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:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user