diff --git a/plugins/log.py b/plugins/log.py index 4a9c896..c4d9525 100644 --- a/plugins/log.py +++ b/plugins/log.py @@ -86,9 +86,6 @@ def get_log_fd(dir, server, chan): def log(paraml, input=None, bot=None): timestamp = gmtime(timestamp_format) - fd = get_log_fd(bot.persist_dir, input.server, 'raw') - fd.write(timestamp + ' ' + input.raw + '\n') - if input.command == 'QUIT': # these are temporary fixes until proper input.chan = 'quit' # presence tracking is implemented if input.command == 'NICK':