From e1cca5460aecf75dce95a7148de72f547739d11b Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Fri, 24 Jul 2009 14:35:27 -0400 Subject: [PATCH] clean spam MINOR --- jstests/update5.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jstests/update5.js b/jstests/update5.js index d3e443565f7a5..2728000f2d455 100644 --- a/jstests/update5.js +++ b/jstests/update5.js @@ -7,7 +7,6 @@ function go( key ){ function check( num , name ){ assert.eq( 1 , t.find().count() , tojson( key ) + " count " + name ); - printjson( t.findOne() ); assert.eq( num , t.findOne().n , tojson( key ) + " value " + name ); }