Skip to content

Commit 0c16e60

Browse files
committed
remove comment
1 parent 396be9f commit 0c16e60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/verifier/compare.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ func (verifier *Verifier) compareDocsFromChannels(
190190
)
191191
case doc, alive := <-dstChannel:
192192
if !alive {
193-
verifier.logger.Debug().
194-
Interface("task", task.PrimaryKey).
195-
Msg("Destination reader closed.")
196193
dstClosed = true
197194
break
198195
}

0 commit comments

Comments
 (0)