summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reporters/guireporter.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/reporters/guireporter.py b/reporters/guireporter.py
index e69b397..331eb17 100644
--- a/reporters/guireporter.py
+++ b/reporters/guireporter.py
@@ -20,8 +20,6 @@ class GUIReporter(BaseReporter):
def add_message(self, msg_id, location, msg):
"""manage message of different type and in the context of path"""
- # filename, module, obj, line, col_offset = location
- # message = [msg_id[0], msg_id, filename, module, obj, str(line), msg]
message = Message(self, msg_id, location, msg)
self.gui.msg_queue.put(message)