Comment cleanup

This commit is contained in:
itdominator 2021-11-28 00:48:52 -06:00
parent f78cd5fdf1
commit 46e2a37d30
1 changed files with 0 additions and 5 deletions

View File

@ -70,13 +70,8 @@ class Controller(Controller_Data, ShowHideMixin, KeyboardSignalsMixin, WidgetFil
start_itr = self.message_buffer.get_start_iter()
self.message_buffer.place_cursor(start_itr)
self.display_message(self.error, data)
# print "Handler code goes here"
# else:
# sys.__excepthook__(exctype, value, traceback)
def display_message(self, type, text, seconds=None):
# markup = "<span foreground='" + type + "'>" + text + "</span>"
# self.message_label.set_markup(markup)
self.message_buffer.insert_at_cursor(text)
self.message_widget.popup()
if seconds: