From a275a44fa4abcc325760dfcd52848ac0cd0539e4 Mon Sep 17 00:00:00 2001 From: Ryan Hitchman Date: Sat, 10 May 2014 23:45:47 -0700 Subject: [PATCH] log: remove raw logging -- it's redundant with formatted logging --- plugins/log.py | 3 --- 1 file changed, 3 deletions(-) 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':