mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove commented out code
CURA-1900
This commit is contained in:
parent
f52a3c1b9d
commit
6e7c1759d3
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue