mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Removed an old debugging print.
This commit is contained in:
parent
858e9e4886
commit
383f40e55a
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user