diff --git a/db/dbhelpers.cpp b/db/dbhelpers.cpp index b2716303a0d..e8e76087dce 100644 --- a/db/dbhelpers.cpp +++ b/db/dbhelpers.cpp @@ -262,8 +262,6 @@ namespace mongo { cc->setDoingDeletes( true ); while ( c->ok() ){ - cout << "want to delete : " << c->current() << endl; - DiskLoc rloc = c->currLoc(); BSONObj key = c->currKey();