diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-07-15 15:16:50 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-07-15 15:16:50 -0400 |
commit | a98a6889387091be41817b7cd051c4d1576b32b1 (patch) | |
tree | a7d647d0d82b890383af727427acd22c11fe1860 /db/dbhelpers.cpp | |
parent | df489393a8adc1579aac4d430ac5e19ead70088b (diff) | |
download | mongo-a98a6889387091be41817b7cd051c4d1576b32b1.tar.gz |
spam
Diffstat (limited to 'db/dbhelpers.cpp')
-rw-r--r-- | db/dbhelpers.cpp | 2 |
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(); |