Skip to content

Commit

Permalink
remove debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Feb 20, 2024
1 parent 3469573 commit 327fc37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confutils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ proc showHelp(help: var string,
appInfo.maxNameLen = cmd.maxNameLen
if cmd.hasAbbrs:
appInfo.maxAbbrLen = cmd.maxAbbrLen
echo cmd.maxAbbrLen
appInfo.abbrsWidth = max(4, appInfo.maxAbbrLen) + 1

appInfo.hasAbbrs = cmd.hasAbbrs
Expand Down

0 comments on commit 327fc37

Please sign in to comment.