Skip to content
Snippets Groups Projects
Commit 58fc9bd2 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove unneeded print

parent b761d070
No related branches found
No related tags found
Loading
......@@ -293,7 +293,6 @@ def on_chat_notebook_key_press_event(self, widget, event):
jid = self.get_active_jid()
if event.keyval == gtk.keysyms.Escape: # ESCAPE
if self.widget_name == 'tabbed_chat_window':
print 'adding escape' #FIXME: doesn't get printed for GC as it should but Escape quits it still
self.remove_tab(jid)
elif event.keyval == gtk.keysyms.F4 and \
(event.state & gtk.gdk.CONTROL_MASK): # CTRL + F4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment