From 184e0eccb6b054799f51faa63c05a1661e083e21 Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Sun, 24 Feb 2013 19:28:41 +0000 Subject: [PATCH] Remove redundant reassignment of variable --- server/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/filter.py b/server/filter.py index 2669cc7f..6a2cf342 100644 --- a/server/filter.py +++ b/server/filter.py @@ -294,7 +294,7 @@ class Filter(JailThread): # Decode line to UTF-8 line = line.decode('utf-8') except UnicodeDecodeError: - line = line + pass timeMatch = self.dateDetector.matchTime(line) if timeMatch: # Lets split into time part and log part of the line