Removed debug.

CURA-3418 Cura build on Win 64 fails due to $PYTHONPATH
This commit is contained in:
Simon Edwards 2017-02-28 10:25:44 +01:00
parent f5f02ead88
commit 454a5969c2

View File

@ -60,10 +60,6 @@ if Platform.isWindows() and hasattr(sys, "frozen"):
sys.stdout = open(os.path.join(dirpath, "stdout.log"), "w")
sys.stderr = open(os.path.join(dirpath, "stderr.log"), "w")
if Platform.isWindows():
print("sys.path: " + repr(sys.path))
print("has sys.frozen: " + str(hasattr(sys, "frozen")))
# Force an instance of CuraContainerRegistry to be created and reused later.
cura.Settings.CuraContainerRegistry.CuraContainerRegistry.getInstance()