Skip to content

Commit

Permalink
Silence debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jul 2, 2023
1 parent 5f5f18e commit ac364b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/engine/readaheadmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ SINT ReadAheadManager::getNextSamples(double dRate, CSAMPLE* pOutput,
}
}

qDebug() << "loop_read_position"
<< "loop_read_position";

if (crossFadeSamples) {
const auto readResult = m_pReader->read(loop_read_position +
(in_reverse ? crossFadeStart : -crossFadeStart),
Expand Down

0 comments on commit ac364b0

Please sign in to comment.