mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove logging of found package
This commit is contained in:
@@ -272,7 +272,6 @@ class AtomApplication
|
||||
|
||||
pack = _.find @packages.getAvailablePackageMetadata(), ({name}) -> name is packageName
|
||||
if pack?
|
||||
console.log(pack)
|
||||
if pack.urlMain
|
||||
packagePath = @packages.resolvePackagePath(packageName)
|
||||
bootstrapScript = path.resolve(packagePath, pack.urlMain)
|
||||
|
||||
Reference in New Issue
Block a user