Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit c85bfed

Browse files
luiz-nogueiraJoão Assunção
authored andcommitted
refactor(consumer.go): remove debug
1 parent 5a5d57f commit c85bfed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/kafka/consumer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ func (k *kafka) worker(consumer *cluster.Consumer, buffSize int, notifications c
157157
)
158158
continue
159159
}
160-
level.Debug(k.consumer.Logger).Log("message decoded", req)
161160
decoded = append(decoded, req)
162161
}
163162
}

0 commit comments

Comments
 (0)