Removing debug print

Contributes to CURA-1987
This commit is contained in:
Thomas Karl Pietrowski 2016-07-28 18:30:48 +02:00 committed by GitHub
parent 9d7ce210b3
commit 1b432b7b4f

View file

@ -346,7 +346,6 @@ class CuraApplication(QtApplication):
@pyqtSlot(str, result = QUrl)
def getDefaultPath(self, key):
default_path = Preferences.getInstance().getValue("local_file/%s" % key)
print(default_path)
return QUrl.fromLocalFile(default_path)
@pyqtSlot(str, str)