Remove measure calls

This commit is contained in:
Kevin Sawicki
2013-04-23 15:20:11 -07:00
parent 36e725d5d5
commit 1368026db2

View File

@@ -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)