Browse Source

Removing debug print in Nvidia fix

Thomas Karl Pietrowski 8 years ago
parent
commit
31436cbdf5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cura_app.py

+ 0 - 1
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