Skip to content

Commit

Permalink
bugs: Remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Martin <[email protected]>
  • Loading branch information
marcan committed Nov 25, 2023
1 parent f113dc4 commit 56fc1ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def get_logs(start, process):
"--start", f"@{start_ts}", "--style", "json",
"--timezone", "utc"],
capture_output=True, check=True)
l = json.loads(p.stdout)
for entry in json.loads(p.stdout):
ts = entry["timestamp"].replace("+0000", "+00:00")
dt = datetime.datetime.fromisoformat(ts)
Expand Down

0 comments on commit 56fc1ba

Please sign in to comment.