Remove debug print.

This commit is contained in:
Valentin Lorentz 2015-12-24 21:21:06 +01:00
parent da54b76b78
commit 1281901eb3

View File

@ -301,7 +301,6 @@ class BaseServerTestCase(_IrcTestCase):
""" """
while True: while True:
m = self.getMessage(client, synchronize=False) m = self.getMessage(client, synchronize=False)
print('foo: {}'.format(m))
if m.command == '001': if m.command == '001':
return m return m
def connectClient(self, nick, name=None, capabilities=None): def connectClient(self, nick, name=None, capabilities=None):