summaryrefslogtreecommitdiff
path: root/dbtests
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-04-24 21:16:15 -0400
committerEliot Horowitz <eliot@10gen.com>2009-04-24 21:16:15 -0400
commit3856fb69b6d457b18935d62ad38cf5d3984fae61 (patch)
tree48e90a9c4a67990aacec9ebb1cbc39b9ed491a7d /dbtests
parenteca721e96d220bc37166b3d38e053dc224dee1f5 (diff)
downloadmongo-3856fb69b6d457b18935d62ad38cf5d3984fae61.tar.gz
debugging broke things MINOR
Diffstat (limited to 'dbtests')
-rw-r--r--dbtests/jstests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbtests/jstests.cpp b/dbtests/jstests.cpp
index 363540999ed..d13adea96b8 100644
--- a/dbtests/jstests.cpp
+++ b/dbtests/jstests.cpp
@@ -88,7 +88,6 @@ namespace JSTests {
assert( 17 == s->getNumber( "return" ) );
s->invoke( "function(){ return 17; }" , BSONObj() );
- cout << s->getString( "return" ) << endl;
assert( 17 == s->getNumber( "return" ) );
s->setNumber( "x" , 1.76 );