Skip to content

Commit

Permalink
Merge pull request #6 from euiko/fix-cleanup-unused-logging
Browse files Browse the repository at this point in the history
fix: cleanup unused logging
  • Loading branch information
galihrivanto authored Jun 18, 2021
2 parents 4b08ee6 + 138b568 commit 2c786b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ wait:
}

case bytesErr := <-stderrC:
log.Println("stderr :", bytesErr)
if len(bytesErr) == 0 {
break
}
Expand All @@ -160,7 +159,6 @@ wait:
p.stderr <- bytes.TrimSpace(bytesErr)

case bytesOut := <-stdoutC:
log.Println("stderr :", bytesOut)
if len(bytesOut) == 0 {
break
}
Expand Down

0 comments on commit 2c786b3

Please sign in to comment.