summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-08-19 12:37:28 -0400
committerEliot Horowitz <eliot@10gen.com>2009-08-19 12:37:28 -0400
commit8da2e12652dd8d58e7eac38fe4c57ce66865c99e (patch)
treece40b7bcd1a5bf5f47797a4dc4a54a2b16efa14f
parent59622dbd76d9e5284136b08431c318c785b5ed9e (diff)
downloadmongo-8da2e12652dd8d58e7eac38fe4c57ce66865c99e.tar.gz
SPAM MINOR
-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++;