Skip to content

Commit b5e5760

Browse files
committed
actually, remove active op log
1 parent 3c1b880 commit b5e5760

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hitless/hitless_manager.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ func (hm *HitlessManager) UntrackOperationWithConnID(seqID int64, connID uint64)
181181
} else {
182182
if hm.config.LogLevel >= LogLevelDebug { // Debug level
183183
internal.Logger.Printf(context.Background(), "hitless: conn[%d] seqID[%d] Operation not found for untracking: %s", connID, seqID, key.String())
184-
for key := range hm.GetActiveMovingOperations() {
185-
internal.Logger.Printf(context.Background(), "hitless: active op: key: %s", key.String())
186-
}
187184
}
188185
}
189186
}

0 commit comments

Comments
 (0)