diff --git a/spec/fixtures/packages/package-with-activation-events/index.coffee b/spec/fixtures/packages/package-with-activation-events/index.coffee index 91f2230b1..44704fa79 100644 --- a/spec/fixtures/packages/package-with-activation-events/index.coffee +++ b/spec/fixtures/packages/package-with-activation-events/index.coffee @@ -10,5 +10,4 @@ module.exports = activate: -> @activateCallCount++ rootView.getActiveView()?.command 'activation-event', => - console.log "ACTIVATION EVENT" @activationEventCallCount++