Remove console.log statement

This commit is contained in:
Kevin Sawicki
2013-11-18 16:09:25 -08:00
parent 5011b6e78f
commit 89d8eac091

View File

@@ -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