mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-16 18:59:39 +08:00
Removed debug.
CURA-3418 Cura build on Win 64 fails due to $PYTHONPATH
This commit is contained in:
parent
f5f02ead88
commit
454a5969c2
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user