From 1227bec75296f707021702c744a7367aca72929d Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Sat, 7 Dec 2024 07:39:59 +0100 Subject: [PATCH] main: commented last lines in the main function because I don't remember why I have added them --- .build_register | 2 +- main.go | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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()) + // } }