Skip to content

Commit

Permalink
perf: remove print code (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
JTrancender authored Aug 11, 2021
1 parent 49bac73 commit 83485ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libconsumer/outputs/console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ func makeConsole(

// check stdout actually being available
if runtime.GOOS != "windows" {
x, _ := c.out.Stat()
fmt.Println("~~~~~~~~~~~~~~", x)
if _, err = c.out.Stat(); err != nil {
err = fmt.Errorf("console output initialization failed with: %v", err)
return outputs.Fail(err)
Expand Down

0 comments on commit 83485ad

Please sign in to comment.