Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26345/runtime

Modified Files:
      Tag: XQuery_0-18
        pathfinder.mx 
Log Message:

removed debug statements that sneaked-in with Peter's latest check-in


Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.367.2.2
retrieving revision 1.367.2.3
diff -u -d -r1.367.2.2 -r1.367.2.3
--- pathfinder.mx       6 Jun 2007 15:09:14 -0000       1.367.2.2
+++ pathfinder.mx       6 Jun 2007 15:48:55 -0000       1.367.2.3
@@ -3578,9 +3578,7 @@
         # check if a document-id = its collection-id
         # this detects del-doc()s on single-doc collections
        var chk := mirror(del).leftjoin(doc_collection);
-chk.print();
         ret := [=](chk.hmark([EMAIL PROTECTED]),chk.tmark([EMAIL 
PROTECTED])).texist(true);
-ret.print();
     } else if (cachedOnly) {
         del := del.uselect(timestamp_nil,timestamp_nil);
     } 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to