From a5d863bf9569ed3991cc73d5eb9a59ca9c4d64eb Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 18 Sep 2017 10:15:07 +0200 Subject: [PATCH] [cleanup] method without usage --- pylot/core/util/widgets.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index e12d6680..d8a279ae 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -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)