diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index adb2d079..b0c98c29 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -828,7 +828,6 @@ class PickDlg(QDialog): def setIniPickP(self, infile, gui_event, wfdata, trace_number): - #infile = os.path.join(os.path.expanduser('~'), '.pylot', 'pylot.in') parameter = AutoPickParameter(infile) ini_pick = gui_event.xdata @@ -878,7 +877,6 @@ class PickDlg(QDialog): def setIniPickS(self, infile, gui_event, wfdata): - #infile = os.path.join(os.path.expanduser('~'), '.pylot', 'pylot.in') parameter = AutoPickParameter(infile) ini_pick = gui_event.xdata