Remove stray arg object print

This commit is contained in:
nolash 2022-01-01 10:10:14 +00:00
parent b552c933d7
commit 7af7b78995
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ class CmdCtrl:
cmd_tag.process_args(sub_tag)
self.cmd_args = self.argparser.parse_args(argv)
print(self.cmd_args)
def module(self):