remove debuging ipython window creation. Fixes #4401

This commit is contained in:
Yann Leboulanger 2008-10-11 10:49:52 +00:00
parent 158538b81c
commit 5d2790ab11
1 changed files with 0 additions and 1 deletions

View File

@ -3283,7 +3283,6 @@ class Interface:
gobject.timeout_add(200, self.process_connections)
gobject.timeout_add_seconds(gajim.config.get(
'check_idle_every_foo_seconds'), self.read_sleepy)
self.create_ipython_window()
if __name__ == '__main__':
def sigint_cb(num, stack):