From 35c2003773460330c356e564e8c44c2f5f666e9a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 18 Dec 2004 21:22:20 +0000 Subject: [PATCH] Forgot to remove a debugging print. --- plugins/Utilities.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Utilities.py b/plugins/Utilities.py index 688fd584e..7f44a54ba 100644 --- a/plugins/Utilities.py +++ b/plugins/Utilities.py @@ -156,7 +156,6 @@ class Utilities(callbacks.Privmsg): commands = map(callbacks.canonicalName, commands) tokens = callbacks.tokenize(text) allTokens = commands + tokens - print '***', allTokens self.Proxy(irc, msg, allTokens) apply = wrap(apply, ['something', many('anything')])