From 230eafc09251c1bd3d700ac02a3ef59bb6e709d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sven=20M=C3=A4der?= <maeder@phys.ethz.ch>
Date: Wed, 11 Apr 2018 14:40:29 +0200
Subject: [PATCH] Comment debugging code

---
 bin/deltalogparse.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/deltalogparse.py b/bin/deltalogparse.py
index 7c52e2a..41cd05f 100755
--- a/bin/deltalogparse.py
+++ b/bin/deltalogparse.py
@@ -103,9 +103,9 @@ def write(entry):
     entry['attributes'] = dict(entry['attributes'])
 
     # debug
-    entry['raw_attributes'] = dict(entry['raw_attributes'])
-    log.debug('original entry:')
-    log.debug(pprint.pformat(entry, indent=1))
+    #entry['raw_attributes'] = dict(entry['raw_attributes'])
+    #log.debug('original entry:')
+    #log.debug(pprint.pformat(entry, indent=1))
 
     filtered_entry = filtered(entry)
 
-- 
GitLab