Commit fe8049f4 authored by Benjamin Mummery's avatar Benjamin Mummery 💻

removed unneeded 'print('here')' in tab_alarms: we know update_alarms is getting called!

parent 944d3d5f
Pipeline #1287 canceled with stages
......@@ -50,7 +50,6 @@ class TabAlarm(QtWidgets.QWidget):
self.list.acknowledge_all()
def update_alarms(self):
print('here')
newAlarmPayload = self.NativeUI.get_db("alarms")
if newAlarmPayload == []:
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment