From 469d4abcb0c7e2cee336bef19569509590dd0a9e Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 11 Jun 2012 13:41:39 +0200 Subject: [PATCH] Cleanup --- couchpotato/core/plugins/log/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/plugins/log/main.py b/couchpotato/core/plugins/log/main.py index 99055e57..55b2cdbd 100644 --- a/couchpotato/core/plugins/log/main.py +++ b/couchpotato/core/plugins/log/main.py @@ -98,7 +98,6 @@ class Logging(Plugin): brk = False for line in reversed_lines: - #print '%s ' % log_type in line.lower() if log_type == 'all' or '%s ' % log_type.upper() in line: log_lines.append(line)