This commit is contained in:
Chris Wanstrath
2011-11-14 00:05:52 -08:00
parent b38da15b4f
commit 486378e18d

View File

@@ -3,9 +3,6 @@ module.exports =
class Extension
running: false
constructor: ->
console.log "#{@constructor.name}: Running"
# `startup` should be called by you in Extension subclasses when they need
# to appear on the screen, attach themselves to a Resource, or otherwise become active.
startup: ->