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")
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")