From 2bb6e225f63441d7789ce18fcf7408f2efbf21f3 Mon Sep 17 00:00:00 2001 From: Thomas Johansen Date: Sun, 11 Sep 2016 17:07:43 +0200 Subject: [PATCH] :fire: Remove window load time console output --- static/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/index.js b/static/index.js index 893b50ffe..b76477e03 100644 --- a/static/index.js +++ b/static/index.js @@ -49,7 +49,6 @@ function setLoadTime (loadTime) { if (global.atom) { global.atom.loadTime = loadTime - console.log('Window load time: ' + global.atom.getWindowLoadTime() + 'ms') } }