0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-1618 remove debugging

This commit is contained in:
Aaron 2010-10-04 21:31:50 -07:00
parent 4a7a23a29c
commit 7b24925eb9

View File

@ -2,7 +2,7 @@ t = db.jstests_killop
t.drop();
function debug( x ) {
printjson( x );
// printjson( x );
}
t.save( {} );