actually remove all logger() occurrences

This commit is contained in:
urlbot
2015-06-21 01:31:55 +02:00
parent 32e2d15581
commit 3f6c478586
3 changed files with 6 additions and 8 deletions

View File

@@ -799,7 +799,7 @@ def data_parse_commands(msg_obj):
if debug_enabled():
def _send_reply(a, msg_obj):
logger('send_reply[%s]' % msg_obj, a)
log.info('send_reply[%s]' % msg_obj, a)
def _conf(ignored):
return 'bot'