[cleanup] method without usage

This commit is contained in:
Marcel Paffrath 2017-09-18 10:15:07 +02:00
parent 6a40eef3fc
commit a5d863bf95

View File

@ -3420,9 +3420,6 @@ class SubmitLocal(QWidget):
self.main_layout.addWidget(self.button)
def start(self):
print('subprocess Popen')
def start(self, pp_export, ncores):
self.execute_command(pp_export, ncores)