From d6e849a3e3395ad51921fcc9a82e72da81c3bd54 Mon Sep 17 00:00:00 2001 From: Eelco Lempsink Date: Tue, 28 Jun 2016 15:12:10 +0200 Subject: [PATCH] Remove a stray console.log call. --- framer/MIDIInput.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/framer/MIDIInput.coffee b/framer/MIDIInput.coffee index 16efb0baa..81807af30 100644 --- a/framer/MIDIInput.coffee +++ b/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)