Skip to content

Commit

Permalink
commented out that line
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-canva committed Apr 5, 2023
1 parent 0ebe2a4 commit aa461c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/component/output/async_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (w *AsyncWriter) loop() {
for {
var ts message.Transaction
var open bool
w.log.Tracef("I have entered the transaction here\n")
//w.log.Tracef("I have entered the transaction here\n")
select {
case ts, open = <-w.transactions:
if !open {
Expand Down

0 comments on commit aa461c4

Please sign in to comment.