summaryrefslogtreecommitdiff
path: root/jstests/killop.js
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-10-04 21:31:50 -0700
committerAaron <aaron@10gen.com>2010-10-04 22:29:44 -0700
commit7b24925eb9a94cbd9bb2652cf304b51e3ca48d0a (patch)
tree2e200df18d25f343aa820058ea1241835ae06d17 /jstests/killop.js
parent4a7a23a29c2daca9eff29d252b3a4fa35b2b05e8 (diff)
downloadmongo-7b24925eb9a94cbd9bb2652cf304b51e3ca48d0a.tar.gz
SERVER-1618 remove debugging
Diffstat (limited to 'jstests/killop.js')
-rw-r--r--jstests/killop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/killop.js b/jstests/killop.js
index 463292e63d2..e77d0c1135a 100644
--- a/jstests/killop.js
+++ b/jstests/killop.js
@@ -2,7 +2,7 @@ t = db.jstests_killop
t.drop();
function debug( x ) {
- printjson( x );
+// printjson( x );
}
t.save( {} );