Remove unneeded metadata loading

This is handled by the super class constructor and by the
package manager.
This commit is contained in:
Kevin Sawicki
2015-04-14 15:57:17 -07:00
parent f8e940fdc0
commit 63af011b38

View File

@@ -14,11 +14,6 @@ class ThemePackage extends Package
atom.config.removeAtKeyPath('core.themes', @name)
load: ->
@measure 'loadTime', =>
try
@metadata ?= Package.loadMetadata(@path)
catch error
console.warn "Failed to load theme named '#{@name}'", error.stack ? error
this
activate: ->