summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-06-26 11:39:26 -0400
committerEliot Horowitz <eliot@10gen.com>2010-06-26 11:39:26 -0400
commit58f19f39f96234f89ef8bb350f27f71ed4d62633 (patch)
tree7ae35c50516a00e6788d3e24850bebcb891b1cd1
parent48b6a237d21a3a634694d823a1acdb0c6302474e (diff)
downloadmongo-58f19f39f96234f89ef8bb350f27f71ed4d62633.tar.gz
remove debugging
-rw-r--r--db/stats/top.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/stats/top.cpp b/db/stats/top.cpp
index 0f27943df06..462bfe60914 100644
--- a/db/stats/top.cpp
+++ b/db/stats/top.cpp
@@ -99,7 +99,7 @@ namespace mongo {
case opReply:
case dbMsg:
case dbKillCursors:
- log() << "unexpected op in Top::record: " << op << endl;
+ //log() << "unexpected op in Top::record: " << op << endl;
break;
default:
log() << "unknown op in Top::record: " << op << endl;