From 63ee46023d0e07edc7e97487cc8aee9570fc3ab7 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 5 Feb 2015 14:57:09 -0800 Subject: [PATCH] Remove profiling --- src/window-bootstrap.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/window-bootstrap.coffee b/src/window-bootstrap.coffee index 6b3f1a846..886ba26dc 100644 --- a/src/window-bootstrap.coffee +++ b/src/window-bootstrap.coffee @@ -1,12 +1,10 @@ # Like sands through the hourglass, so are the days of our lives. -console.profile('loading') require './window' Atom = require './atom' window.atom = Atom.loadOrCreate('editor') atom.initialize() atom.startEditorWindow() -console.profileEnd('loading') # Workaround for focus getting cleared upon window creation windowFocused = ->