From 541b0dd062fabc5729f67e14a1757ae5ad15e9b3 Mon Sep 17 00:00:00 2001 From: nanotube Date: Wed, 24 Oct 2007 16:28:24 +0000 Subject: [PATCH] more cleanup: remove some more deprecated stuff --- logwriter.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/logwriter.py b/logwriter.py index f97bd66..f752234 100644 --- a/logwriter.py +++ b/logwriter.py @@ -100,16 +100,6 @@ class LogWriter: # initialize self.log to None, so that we dont attempt to flush it until it exists, and so we know to open it when it's closed. self.log = None - ## don't even need this anymore? - # Set up the subset of keys that we are going to log - #~ self.asciiSubset = [8,9,10,13,27] #backspace, tab, line feed, carriage return, escape - #~ self.asciiSubset.extend(range(32,255)) #all normal printable chars - - #~ if self.settings['General']['Parse Backspace'] == True: - #~ self.asciiSubset.remove(8) #remove backspace from allowed chars if needed - #~ if self.settings['General']['Parse Escape'] == True: - #~ self.asciiSubset.remove(27) #remove escape from allowed chars if needed - # todo: no need for float() typecasting, since that is now taken care by config validation # initialize the automatic zip and email timer, if enabled in .ini -- 2.45.1