Skip to content

Commit d1f7eee

Browse files
committed
spam
1 parent 5d0c966 commit d1f7eee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mongo/db/kill_current_op.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ namespace mongo {
8383
k->kill(pNotifyFlag);
8484
for( CurOp *l = ( *j )->curop(); l; l = l->parent() ) {
8585
l->kill();
86-
log() << "found a cool thing: " << l << " " << l->opNum().get() << endl;
8786
}
8887

8988
found = true;

0 commit comments

Comments
 (0)