From 0eb96bf01f0d9c7c12ae88bef6a91f5bdac160a3 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 15 Dec 2017 16:47:29 -0500 Subject: [PATCH] oops, remove logging --- runtime/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/app.js b/runtime/app.js index 26dafe1..223cb1d 100644 --- a/runtime/app.js +++ b/runtime/app.js @@ -144,8 +144,6 @@ const app = { if (!event.state) return; // hashchange, or otherwise outside sapper's control scroll_history[cid] = scroll_state(); - console.log(`storing current scroll: ${cid}`, scroll_state()); - console.log(`navigating to state: ${event.state.id}`, scroll_history[event.state.id]); navigate(new URL(window.location), event.state.id); });