removed debugging only parts of all files

This commit is contained in:
weckyy702
2020-12-27 16:31:04 +01:00
parent 2bda4b49b5
commit 57baa9e9fd
4 changed files with 4 additions and 43 deletions

View File

@@ -23,8 +23,4 @@ def output(values):
if os.path.isfile(os.path.join(output_path, f))
and f.lower().endswith(('.png', '.gif'))
]
return fnames
if __name__ == "__main__":
"""Debugging"""
nassi("res/input/input.java", "res/output")
return fnames