mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:39:02 +08:00
Removing debug print
Contributes to CURA-1987
This commit is contained in:
parent
9d7ce210b3
commit
1b432b7b4f
@ -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…
x
Reference in New Issue
Block a user