mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Removed extraneous console.log
This commit is contained in:
parent
c340082653
commit
6a0a4ae00d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user