Remove stray arg object print

This commit is contained in:
nolash
2022-01-01 10:10:14 +00:00
parent b552c933d7
commit 7af7b78995

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):