aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'RepSys/log.py')
-rw-r--r--RepSys/log.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/RepSys/log.py b/RepSys/log.py
index 3645fdd..535287d 100644
--- a/RepSys/log.py
+++ b/RepSys/log.py
@@ -106,7 +106,6 @@ def format_lines(lines):
entrylines = []
perexpr = re.compile(r"([^%])%([^%])")
for line in lines:
- line = line.lstrip()
if line:
line = perexpr.sub("\\1%%\\2", line)
if first: