Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Karl Pietrowski <thopiekar@googlemail.com>2016-08-07 09:49:51 +0300
committerGitHub <noreply@github.com>2016-08-07 09:49:51 +0300
commit31436cbdf5fd619f1d2bed36dd4a81440ce81c57 (patch)
tree2f4df97bb6512fd34d793175c93e30d491ed1bbb /cura_app.py
parent0a126cf80999a49eca25be68e95465d8c5169bf4 (diff)
Removing debug print in Nvidia fix
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura_app.py b/cura_app.py
index 92fbf69383..5c3ea811b5 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -12,7 +12,6 @@ from UM.Platform import Platform
#WORKAROUND: GITHUB-88 GITHUB-385 GITHUB-612
if Platform.isLinux(): # Needed for platform.linux_distribution, which is not available on Windows and OSX
# For Ubuntu: https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/941826
- print(platform.linux_distribution())
if platform.linux_distribution()[0] in ("debian", "Ubuntu", "LinuxMint"): # TODO: Needs a "if X11_GFX == 'nvidia'" here. The workaround is only needed on Ubuntu+NVidia drivers. Other drivers are not affected, but fine with this fix.
import ctypes
from ctypes.util import find_library