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