1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

remove debug print statement

This commit is contained in:
Kelly Brazil
2021-09-22 14:34:32 -07:00
parent b246a05cbb
commit 365c5354a0

View File

@ -157,7 +157,6 @@ def _process(proc_data):
if entry['timestamp']: if entry['timestamp']:
ts = jc.utils.timestamp(f'{entry["timestamp"]} {entry["timezone"]}') ts = jc.utils.timestamp(f'{entry["timestamp"]} {entry["timezone"]}')
print(ts)
entry['epoch'] = ts.naive entry['epoch'] = ts.naive
entry['epoch_utc'] = ts.utc entry['epoch_utc'] = ts.utc