From fe8a21343ced8de65a9f80d8cf5b87decfa6b91d Mon Sep 17 00:00:00 2001 From: pazz Date: Mon, 4 Jul 2011 22:17:50 +0100 Subject: pep8 --- alot/init.py | 1 - 1 file changed, 1 deletion(-) (limited to 'alot/init.py') diff --git a/alot/init.py b/alot/init.py index b014ccc6..f527c430 100755 --- a/alot/init.py +++ b/alot/init.py @@ -60,7 +60,6 @@ def main(): configfilename = os.path.expanduser(args.configfile) settings.setup(configfilename) - # setup logging numeric_loglevel = getattr(logging, args.debug_level.upper(), None) logfilename = os.path.expanduser(args.logfile) -- cgit v1.2.3