main: commented last lines in the main function because I don't remember why I have added them

This commit is contained in:
Celestino Amoroso 2024-12-07 07:39:59 +01:00
parent f3987131ee
commit 1227bec752
2 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
1.12.0 51
1.12.0 53

View File

@ -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())
// }
}