mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:05:54 +08:00
Remove commented out code
CURA-1900
This commit is contained in:
parent
f52a3c1b9d
commit
6e7c1759d3
@ -342,7 +342,6 @@ class CuraApplication(QtApplication):
|
||||
|
||||
@pyqtSlot(str, result = QUrl)
|
||||
def getDefaultPath(self, key):
|
||||
#return QUrl.fromLocalFile(os.path.expanduser("~/"))
|
||||
default_path = Preferences.getInstance().getValue("local_file/%s" % key)
|
||||
return QUrl.fromLocalFile(default_path)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user