mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-11-04 09:33:00 +00:00 
			
		
		
		
	Remove debugging code
This commit is contained in:
		@@ -105,11 +105,8 @@ function updateLocationHash() {
 | 
			
		||||
	}
 | 
			
		||||
	$tw.locationHash = "#" + encodeURIComponent(targetTiddler) + ":" + encodeURIComponent($tw.utils.stringifyList(storyList));
 | 
			
		||||
	// Only change the location hash if we must, thus avoiding unnecessary onhashchange events
 | 
			
		||||
// console.log("Testing",$tw.utils.getLocationHash(),$tw.locationHash)
 | 
			
		||||
	if($tw.utils.getLocationHash() !== $tw.locationHash) {
 | 
			
		||||
		window.location.hash = $tw.locationHash;
 | 
			
		||||
console.log("Just set",$tw.locationHash,$tw.utils.getLocationHash())
 | 
			
		||||
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user