Skip to content

Commit

Permalink
remove leftover debugging print() in combine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Dec 14, 2023
1 parent 3e6ff08 commit fc3c7f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def extract_firmware_version():
with open("certificates/data/roots.pem", "rb") as certs_file:
in_cert = False
for line in certs_file:
print(line)
if line.startswith(b"-----BEGIN CERTIFICATE-----"):
in_cert = True
if in_cert:
Expand Down

0 comments on commit fc3c7f7

Please sign in to comment.