From 388e17130d75a3d1944cd94edd9214f63ab15404 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 15 Oct 2003 04:49:47 +0000 Subject: [PATCH] Oops, left some debugging prints in. --- test/test_ChannelCommands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_ChannelCommands.py b/test/test_ChannelCommands.py index b5a36b2bb..1695fc7f2 100644 --- a/test/test_ChannelCommands.py +++ b/test/test_ChannelCommands.py @@ -41,8 +41,6 @@ class ChannelCommandsTestCase(ChannelPluginTestCase, PluginDocumentation): self.assertError('unban foo!bar@baz') self.irc.feedMsg(ircmsgs.op(self.channel, self.nick)) m = self.getMsg('unban foo!bar@baz') - print - debug.printf(m) self.assertEqual(m.command, 'MODE') self.assertEqual(m.args, (self.channel, '-b', 'foo!bar@baz')) self.assertNotError(' ')