mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Removed debug.
CURA-3418 Cura build on Win 64 fails due to $PYTHONPATH
This commit is contained in:
parent
f5f02ead88
commit
454a5969c2
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue