Skip to content
Snippets Groups Projects
Commit 230eafc0 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Comment debugging code

parent 9d5b91df
No related branches found
No related tags found
1 merge request!12Deltalogparse
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment