log: remove raw logging -- it's redundant with formatted logging
This commit is contained in:
parent
e2bcd6aea0
commit
a275a44fa4
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue