Remove debugging line

This commit is contained in:
Philip Kahn
2018-05-04 14:46:33 -07:00
committed by GitHub
parent 3459c47bfa
commit 9c400dc5b8

View File

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