diff --git a/.build_register b/.build_register index 771a015..0002018 100644 --- a/.build_register +++ b/.build_register @@ -1 +1 @@ -1.12.0 51 +1.12.0 53 diff --git a/main.go b/main.go index be7d863..0e90901 100644 --- a/main.go +++ b/main.go @@ -351,7 +351,9 @@ func main() { } } } - if opt.output { - printResult(opt, ctx.GetLast()) - } + + // TODO: why did I added these lines? + // if opt.output { + // printResult(opt, ctx.GetLast()) + // } }