diff --git a/plugins/tiddlywiki/filesystem/filesystemadaptor.js b/plugins/tiddlywiki/filesystem/filesystemadaptor.js index 8b1621276..f270b81df 100644 --- a/plugins/tiddlywiki/filesystem/filesystemadaptor.js +++ b/plugins/tiddlywiki/filesystem/filesystemadaptor.js @@ -119,7 +119,6 @@ FileSystemAdaptor.prototype.generateTiddlerBaseFilepath = function(title) { if(pathNameFilters) { var source = this.wiki.makeTiddlerIterator([title]); baseFilename = this.findFirstFilter(pathNameFilters.split("\n"),source); -console.log("baseFilename",baseFilename) if(baseFilename) { // Interpret "/" and "\" as path separator baseFilename = baseFilename.replace(/\/|\\/g,path.sep);