diff --git a/bin/deltalogparse.py b/bin/deltalogparse.py index 7c52e2afa21e66853860bda432da4e42b053ea49..41cd05f8fe7949e4e4f3b0a78ac69ad67752a2cd 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)