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

remove debuging ipython window creation. Fixes #4401

parent 158538b8
No related branches found
No related tags found
No related merge requests found
...@@ -3283,7 +3283,6 @@ class Interface: ...@@ -3283,7 +3283,6 @@ class Interface:
gobject.timeout_add(200, self.process_connections) gobject.timeout_add(200, self.process_connections)
gobject.timeout_add_seconds(gajim.config.get( gobject.timeout_add_seconds(gajim.config.get(
'check_idle_every_foo_seconds'), self.read_sleepy) 'check_idle_every_foo_seconds'), self.read_sleepy)
self.create_ipython_window()
if __name__ == '__main__': if __name__ == '__main__':
def sigint_cb(num, stack): def sigint_cb(num, stack):
......
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