Remove a bit of debugging code
This commit is contained in:
parent
17e33c7495
commit
aeb162ae08
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user