From 486378e18d4ca642299cfee833fc5aca02612c92 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 14 Nov 2011 00:05:52 -0800 Subject: [PATCH] shhh --- src/atom/extension.coffee | 3 --- 1 file changed, 3 deletions(-) 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: ->