Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
  • Loading branch information
keks committed Aug 27, 2018
1 parent 9b93f46 commit d1e73de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Example:
PostRun: cmds.PostRunMap{
cmds.CLI: func(res cmds.Response, re cmds.ResponseEmitter) error {
polling, _ := res.Request().Options["poll"].(bool)
log.Debug("postrun polling:", polling)

if polling {
fmt.Fprintln(os.Stdout, "Total Up Total Down Rate Up Rate Down")
}
Expand Down

0 comments on commit d1e73de

Please sign in to comment.