diff --git a/core/modules/savers/firefox.js b/core/modules/savers/firefox.js index 5c6e8c7e9..f4b401faa 100644 --- a/core/modules/savers/firefox.js +++ b/core/modules/savers/firefox.js @@ -23,7 +23,6 @@ FirefoxSaver.prototype.save = function(text) { ioService = Components.classes["@mozilla.org/network/io-service;1"].getService(Components.interfaces.nsIIOService), fileHandler = ioService.getProtocolHandler("file").QueryInterface(Components.interfaces.nsIFileProtocolHandler), fileSpec = fileHandler.getFileFromURLSpec(url); -console.log("Saving to",fileSpec.path); // Try to save the file var file = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile); file.initWithPath(fileSpec.path);