mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-11-04 01:23:01 +00:00 
			
		
		
		
	Remove extraneous console.log
I’ve leaving the one at line 91 because it might be useful for field debugging…
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user