Browse Source

remove debug print statement from MumbleCtlDbus

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
5d214a02d0
  1. 1
      pyweb/mumble/MumbleCtlDbus.py

1
pyweb/mumble/MumbleCtlDbus.py

@ -126,7 +126,6 @@ class MumbleCtlDbus_118(MumbleCtlBase):
ret = {}
for channel in chans:
print channel
ret[ channel[0] ] = ObjectInfo(
id = int(channel[0]),
name = unicode(channel[1]),

Loading…
Cancel
Save