diff --git a/gb-vst/src/lib.rs b/gb-vst/src/lib.rs index 753ba47..f82347b 100644 --- a/gb-vst/src/lib.rs +++ b/gb-vst/src/lib.rs @@ -110,12 +110,6 @@ impl Plugin for GameboyEmu { if let Some(ref mut vars) = self.vars { while let Some(event) = context.next_event() { if let Some(Basic(as_bytes)) = event.as_midi() { - // nih_log!( - // "bytes: {:#X}, {:#X}, {:#X}", - // as_bytes[0], - // as_bytes[1], - // as_bytes[2] - // ); match event { NoteEvent::NoteOn { timing: _,