Correct package name, remove log

This commit is contained in:
Jessica Lord
2015-05-12 16:57:50 -07:00
parent 8a89054545
commit b8c0c661ea
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "package-with-consumed-services",
"name": "package-with-empty-activation-commands",
"version": "0.1.0",
"activationCommands": {"atom-workspace": []}
}

View File

@@ -43,7 +43,6 @@ class Package
metadata = CSON.readFileSync(metadataPath)
@normalizeMetadata(metadata)
catch error
console.log("Thew Error", metadata.name, error)
throw error unless ignoreErrors
metadata ?= {}