Remove profiling

Esse commit está contido em:
Kevin Sawicki
2015-02-05 14:57:09 -08:00
commit 63ee46023d
-2
Ver Arquivo
@@ -1,12 +1,10 @@
# Like sands through the hourglass, so are the days of our lives. # Like sands through the hourglass, so are the days of our lives.
console.profile('loading')
require './window' require './window'
Atom = require './atom' Atom = require './atom'
window.atom = Atom.loadOrCreate('editor') window.atom = Atom.loadOrCreate('editor')
atom.initialize() atom.initialize()
atom.startEditorWindow() atom.startEditorWindow()
console.profileEnd('loading')
# Workaround for focus getting cleared upon window creation # Workaround for focus getting cleared upon window creation
windowFocused = -> windowFocused = ->