Remove debugging line

pull/754/head
Philip Kahn 7 years ago committed by GitHub
parent 3459c47bfa
commit 9c400dc5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      darknet.py

@ -103,7 +103,7 @@ if os.name == "nt":
raise ValueError("ForceCPU")
except NameError:
pass
print(os.environ.keys())
# print(os.environ.keys())
print("FORCE_CPU flag undefined, proceeding with GPU")
if not os.path.exists(winGPUdll):
raise ValueError("NoDLL")

Loading…
Cancel
Save