Browse Source

Remove commented out code

CURA-1900
fieldOfView 8 years ago
parent
commit
6e7c1759d3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cura/CuraApplication.py

+ 0 - 1
cura/CuraApplication.py

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