mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Removing debug print
Contributes to CURA-1987
This commit is contained in:
parent
9d7ce210b3
commit
1b432b7b4f
1 changed files with 0 additions and 1 deletions
|
|
@ -346,7 +346,6 @@ class CuraApplication(QtApplication):
|
||||||
@pyqtSlot(str, result = QUrl)
|
@pyqtSlot(str, result = QUrl)
|
||||||
def getDefaultPath(self, key):
|
def getDefaultPath(self, key):
|
||||||
default_path = Preferences.getInstance().getValue("local_file/%s" % key)
|
default_path = Preferences.getInstance().getValue("local_file/%s" % key)
|
||||||
print(default_path)
|
|
||||||
return QUrl.fromLocalFile(default_path)
|
return QUrl.fromLocalFile(default_path)
|
||||||
|
|
||||||
@pyqtSlot(str, str)
|
@pyqtSlot(str, str)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue