mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Remove debug output.
This commit is contained in:
parent
8cf094a628
commit
69c60ca1f5
@ -138,7 +138,6 @@ class SocketDriver(drivers.IrcDriver, drivers.ServersMixin):
|
|||||||
def _select(cls):
|
def _select(cls):
|
||||||
if cls._selecting[0]:
|
if cls._selecting[0]:
|
||||||
return
|
return
|
||||||
print repr(map(lambda x:x.name(), cls._instances))
|
|
||||||
try:
|
try:
|
||||||
cls._selecting[0] = True
|
cls._selecting[0] = True
|
||||||
for inst in cls._instances:
|
for inst in cls._instances:
|
||||||
|
Loading…
Reference in New Issue
Block a user