Removed useless line

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2015-12-06 13:47:56 +01:00
parent be8230d54a
commit c8c894bb7b

View File

@ -279,8 +279,6 @@ class relForm(QtWidgets.QMainWindow):
self.updateRelations()
except Exception as e:
self.error(e)
finally:
return
def closeEvent(self, event):
self.save_settings()