diff --git a/gui/Gui/Scytherthread.py b/gui/Gui/Scytherthread.py index 25d61f4..832c8dc 100644 --- a/gui/Gui/Scytherthread.py +++ b/gui/Gui/Scytherthread.py @@ -227,13 +227,6 @@ class AttackThread(threading.Thread): f.flush() f.close() - - cmd = ["dot","-T %s" % type, "-o %s" % fpname2, fpname3 ] - - # execute command - # Start the process - safeCommand(cmdlist) - # if this is done, store and report attack.filetype = type attack.file = fpname2 # this is where the file name is stored