Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove a stray console.log call.
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
framer/MIDIInput.coffee
|
@@ -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) |
|
|
|
|
|