Remove an unnecesary debug print

main v0.1.0
kirbylife 2023-11-03 12:32:49 -06:00
parent 47cfb02c0a
commit d97ead20df
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ from nvexpo import consts as CONSTS
def main() -> int:
args = sys.argv
print(args)
if len(args) <= 1:
nvexpo.show_help()
return 0