Skip to content

Commit

Permalink
Turn off debug (I always forget this)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Jul 23, 2024
1 parent 453eec6 commit 8502f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class MIDI_InputDevice : Component

public event MIDI_SystemRealtimeEventHandler Reset;

private const bool DEBUG = true;
private const bool DEBUG = false;

private struct TimestampedMidiEvent
{
Expand Down

0 comments on commit 8502f55

Please sign in to comment.