removed debugging only parts of all files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user