summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/dbcommands.cpp')
-rw-r--r--db/dbcommands.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/dbcommands.cpp b/db/dbcommands.cpp
index fb69dc407f7..452ce7d326a 100644
--- a/db/dbcommands.cpp
+++ b/db/dbcommands.cpp
@@ -1148,7 +1148,6 @@ namespace mongo {
while ( cursor->more() ){
BSONObj obj = cursor->next();
BSONObj key = getKey( obj , keyPattern , keyFunction , keysize / keynum );
- cout << "key: " << key << endl;
keysize += key.objsize();
keynum++;