Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-02-27 18:19:04 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-02-27 18:19:04 (GMT)
commitaeb162ae0860703aebfa79db4bb1d0a7fca71c34 (patch)
tree473385658e3b2c21bc75ba30e2ba4d6a7f2cc35a /services
parent17e33c7495eb62f8ffed84022555d540547c3e02 (diff)
Remove a bit of debugging code
Diffstat (limited to 'services')
-rw-r--r--services/presence2/server_plugin.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/presence2/server_plugin.py b/services/presence2/server_plugin.py
index 0cce49c..fbc737e 100644
--- a/services/presence2/server_plugin.py
+++ b/services/presence2/server_plugin.py
@@ -187,9 +187,6 @@ class ServerPlugin(gobject.GObject):
# window.show_all()
def _status_changed_cb(self, state, reason):
- gobject.idle_add(self._status_changed_cb2, state, reason)
-
- def _status_changed_cb2(self, state, reason):
if state == CONNECTION_STATUS_CONNECTING:
print 'connecting: %r' % reason
elif state == CONNECTION_STATUS_CONNECTED: