Skip to content

Commit 56fc1ba

Browse files
committed
bugs: Remove dead code
Signed-off-by: Hector Martin <[email protected]>
1 parent f113dc4 commit 56fc1ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/bugs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def get_logs(start, process):
3535
"--start", f"@{start_ts}", "--style", "json",
3636
"--timezone", "utc"],
3737
capture_output=True, check=True)
38-
l = json.loads(p.stdout)
3938
for entry in json.loads(p.stdout):
4039
ts = entry["timestamp"].replace("+0000", "+00:00")
4140
dt = datetime.datetime.fromisoformat(ts)

0 commit comments

Comments
 (0)