mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove measure calls
This commit is contained in:
@@ -58,10 +58,7 @@ _.extend atom,
|
||||
_.clone(@activePackages)
|
||||
|
||||
loadPackages: ->
|
||||
measure "load packages", =>
|
||||
for path in @getPackagePaths() when not @isPackageDisabled(path)
|
||||
measure "loading #{fsUtils.base(path)}", =>
|
||||
@loadPackage(path)
|
||||
@loadPackage(path) for path in @getPackagePaths() when not @isPackageDisabled(path)
|
||||
|
||||
loadPackage: (id, options) ->
|
||||
if @isPackageDisabled(id)
|
||||
|
||||
Reference in New Issue
Block a user