Skip to content

Commit

Permalink
🔥 Remove logs now that travis build was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 17, 2014
1 parent d788476 commit 720a948
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main-v4.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ class V4Main

initSubscriptions: ->
Minimap ?= require './minimap'
console.log 'observe text editors'

@subscriptions.add atom.workspace.observeTextEditors (textEditor) =>
console.log 'text editor created'
minimap = new Minimap({textEditor})
@editorsMinimaps[textEditor.id] = minimap

Expand Down

0 comments on commit 720a948

Please sign in to comment.