mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove console.log statement
This commit is contained in:
@@ -85,7 +85,6 @@ class PackageManager
|
||||
activatePackage: (name, options) ->
|
||||
return pack if pack = @getActivePackage(name)
|
||||
if pack = @loadPackage(name, options)
|
||||
console.log options
|
||||
@activePackages[pack.name] = pack
|
||||
pack.activate(options)
|
||||
pack
|
||||
|
||||
Reference in New Issue
Block a user