Remove a bit of debugging code

This commit is contained in:
Dan Williams 2007-02-27 13:19:04 -05:00
parent 17e33c7495
commit aeb162ae08

View File

@ -187,9 +187,6 @@ class ServerPlugin(gobject.GObject):
# window.show_all() # window.show_all()
def _status_changed_cb(self, state, reason): 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: if state == CONNECTION_STATUS_CONNECTING:
print 'connecting: %r' % reason print 'connecting: %r' % reason
elif state == CONNECTION_STATUS_CONNECTED: elif state == CONNECTION_STATUS_CONNECTED: