Forgot to remove a debugging print.

This commit is contained in:
Jeremy Fincher 2004-12-18 21:22:20 +00:00
parent b421c07671
commit 35c2003773

View File

@ -156,7 +156,6 @@ class Utilities(callbacks.Privmsg):
commands = map(callbacks.canonicalName, commands) commands = map(callbacks.canonicalName, commands)
tokens = callbacks.tokenize(text) tokens = callbacks.tokenize(text)
allTokens = commands + tokens allTokens = commands + tokens
print '***', allTokens
self.Proxy(irc, msg, allTokens) self.Proxy(irc, msg, allTokens)
apply = wrap(apply, ['something', many('anything')]) apply = wrap(apply, ['something', many('anything')])