Remove stray trace

This commit is contained in:
Kevin Sawicki
2015-03-03 16:21:53 -08:00
parent 33e01256a7
commit cb0bf28793

View File

@@ -547,5 +547,4 @@ class Package
detail = error.message
stack = error.stack ? error
console.trace()
atom.notifications.addFatalError(message, {stack, detail, dismissable: true})