summaryrefslogtreecommitdiff
path: root/db/dbhelpers.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-15 15:16:50 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-15 15:16:50 -0400
commita98a6889387091be41817b7cd051c4d1576b32b1 (patch)
treea7d647d0d82b890383af727427acd22c11fe1860 /db/dbhelpers.cpp
parentdf489393a8adc1579aac4d430ac5e19ead70088b (diff)
downloadmongo-a98a6889387091be41817b7cd051c4d1576b32b1.tar.gz
spam
Diffstat (limited to 'db/dbhelpers.cpp')
-rw-r--r--db/dbhelpers.cpp2
1 files changed, 0 insertions, 2 deletions
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();