Variables: Remove debug output.

master
Valentin Lorentz 2013-02-02 19:49:03 +01:00
parent dfe98cce96
commit c73e59df14
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ class Variables(callbacks.Plugin):
Valid domain types are 'global', 'channel', and 'network'.
Note that channel domains are channel-specific, but are cross-network.
"""
print 'set : ' + name
domainType, domainName = self._getDomain(irc, msg, opts)
cursor = self._connection.cursor()
try: