diff --git a/src/app/atom.coffee b/src/app/atom.coffee index f8aee54eb..ada93c5d4 100644 --- a/src/app/atom.coffee +++ b/src/app/atom.coffee @@ -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)