Remove commented out code

CURA-1900
This commit is contained in:
fieldOfView 2016-07-19 17:04:42 +02:00
parent f52a3c1b9d
commit 6e7c1759d3

View File

@ -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)