Skip to content

Commit

Permalink
Remove a stray console.log call.
Browse files Browse the repository at this point in the history
  • Loading branch information
eelco committed Jun 28, 2016
1 parent f93ae7f commit d6e849a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framer/MIDIInput.coffee
Expand Up @@ -22,7 +22,6 @@ class MIDIInput extends BaseClass
_requestResolved: (access) =>
@_inputs ?= []
access.inputs.forEach (input) =>
console.log(input)
@_inputs.push input
input.onmidimessage = @_onmidimessage(input.id)

Expand Down

0 comments on commit d6e849a

Please sign in to comment.