Skip to content

Commit

Permalink
Remove E_INFO messages
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviliz committed Jun 26, 2024
1 parent 0d532ab commit 6b4438e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/algorithms/tonal/pitch2midi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ void Pitch2Midi::configure()
_minOffsetCheckThreshold = _minOffsetCheckPeriod / _frameTime;
_minNoteChangeThreshold = _minNoteChangePeriod / _frameTime;

// TODO: remove E_INFO
/*
E_INFO("_minOnsetCheckThreshold: " << _minOnsetCheckThreshold);
E_INFO("_minOffsetCheckThreshold: " << _minOffsetCheckThreshold);
E_INFO("_minNoteChangeThreshold: " << _minNoteChangeThreshold);
*/

_unvoicedFrameCounter = 0;
_offsetCheckCounter = 0;
_onsetCheckCounter = 0;
Expand Down

0 comments on commit 6b4438e

Please sign in to comment.