From 255ba1a5d5c9cf87576f39c8ef303ffe19c51920 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 1 Apr 2018 23:02:34 -0700 Subject: [PATCH] remove console logs --- templates/main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/main.js b/templates/main.js index d24f7a7..e4fe78e 100644 --- a/templates/main.js +++ b/templates/main.js @@ -4,10 +4,6 @@ import '../routes/_utils/serviceWorkerClient' import '../routes/_utils/historyEvents' import '../routes/_utils/loadingMask' -console.log('1') -console.log('2') -console.log('3') - loadPolyfills().then(() => { console.log('init()') // `routes` is an array of route objects injected by Sapper