Skip to content

Commit

Permalink
Remove unused debug bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Nov 21, 2024
1 parent 00d735a commit 8eb06f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ProjectObsidian/Components/Devices/MIDI/MIDI_InputDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public class MIDI_InputDevice : Component, IMidiInputListener

private MIDI_Settings _settings => Settings.GetActiveSetting<MIDI_Settings>();

private const bool DEBUG = true;

public event MIDI_NoteEventHandler NoteOn;
public event MIDI_NoteEventHandler NoteOff;

Expand Down

0 comments on commit 8eb06f0

Please sign in to comment.