Skip to content

Commit

Permalink
removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
zippoxer committed Mar 20, 2019
1 parent 232b361 commit 993cd0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ func main() {
path,
args...,
)
log.Println(cmd.Args)
if err := cmd.Run(); err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 993cd0a

Please sign in to comment.