diff options
Diffstat (limited to 'db/stats/top.cpp')
-rw-r--r-- | db/stats/top.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/stats/top.cpp b/db/stats/top.cpp index 0f27943..462bfe6 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; |