mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06: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)
|
||||
def getDefaultPath(self, key):
|
||||
default_path = Preferences.getInstance().getValue("local_file/%s" % key)
|
||||
print(default_path)
|
||||
return QUrl.fromLocalFile(default_path)
|
||||
|
||||
@pyqtSlot(str, str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue