Removed an old debugging print.

This commit is contained in:
Jeremy Fincher 2004-09-08 22:57:39 +00:00
parent 858e9e4886
commit 383f40e55a
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ class Utilities(callbacks.Privmsg):
commands = map(callbacks.canonicalName, commands)
tokens = callbacks.tokenize(text)
allTokens = commands + tokens
print '***', allTokens
Owner = irc.getCallback('Owner')
Owner.processTokens(irc, msg, allTokens)