diff --git a/src/atom/extension.coffee b/src/atom/extension.coffee index 66b2fad58..e17804e4a 100644 --- a/src/atom/extension.coffee +++ b/src/atom/extension.coffee @@ -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: ->