- some code leftovers are commented

This commit is contained in:
Marius Stanciu
2023-04-15 21:29:32 +03:00
parent b557df8fdc
commit 6a29bcbe7c
4 changed files with 7 additions and 7 deletions

View File

@@ -5361,10 +5361,10 @@ class AppGerberEditor(QtCore.QObject):
new_grb_name = self.edited_obj_name
# if the 'delayed plot' malfunctioned stop the QTimer
try:
self.plot_thread.stop()
except Exception as e:
self.app.log.warning("AppGerberEditor.update_fcgerber() Timer malfunctioned --> %s" % str(e))
# try:
# self.plot_thread.stop()
# except Exception as e:
# self.app.log.warning("AppGerberEditor.update_fcgerber() Timer malfunctioned --> %s" % str(e))
if "_edit" in self.edited_obj_name:
try: