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 ); }