remove debug output
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
keks committed
Aug 27, 2018 at 18:48 UTC
d14021da98531591ee5b6a5d826a208005a71747
1 file changed
+1
-1
core/commands/stat.go
+1
-1
@@ -143,7 +143,7 @@ Example:
143
PostRun: cmds.PostRunMap{
144
cmds.CLI: func(res cmds.Response, re cmds.ResponseEmitter) error {
145
polling, _ := res.Request().Options["poll"].(bool)
146
- log.Debug("postrun polling:", polling)
146
+
147
if polling {
148
fmt.Fprintln(os.Stdout, "Total Up Total Down Rate Up Rate Down")
149
}