Remove profiling
Esse commit está contido em:
@@ -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 = ->
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário