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

@@ -40,13 +40,4 @@ class NassiShneidermanDiagram:
logging.info("Done!")
def load_from_file(self, filepath:str):
self.instructions = itp.load_instructions(filepath)
if __name__ == "__main__":
NSD = NassiShneidermanDiagram(True)
NSD.load_from_file("res/input/input.java")
NSD.convert_to_image("Nina", 500)
self.instructions = itp.load_instructions(filepath)