From f368175cb0c8d21fef2f23bd564248cba8ff37f7 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 5 May 2014 20:58:47 +0100 Subject: [PATCH] Remove debugging code --- core/modules/startup/story.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/modules/startup/story.js b/core/modules/startup/story.js index df54fe827..5e9f55e5a 100644 --- a/core/modules/startup/story.js +++ b/core/modules/startup/story.js @@ -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()) - } }