Skip to content

Commit

Permalink
Remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankSpruce committed Mar 4, 2024
1 parent 68af084 commit 7bcb42e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gersemi/command_line_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def _format_command_line(self, args):
else:
lines[-1] = updated_line
if is_commented_argument(arg):
print(arg)
force_next_line = True

return "\n".join(lines)

0 comments on commit 7bcb42e

Please sign in to comment.