We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0c966 commit d1f7eeeCopy full SHA for d1f7eee
src/mongo/db/kill_current_op.cpp
@@ -83,7 +83,6 @@ namespace mongo {
83
k->kill(pNotifyFlag);
84
for( CurOp *l = ( *j )->curop(); l; l = l->parent() ) {
85
l->kill();
86
- log() << "found a cool thing: " << l << " " << l->opNum().get() << endl;
87
}
88
89
found = true;
0 commit comments