Skip to content

Commit

Permalink
Sync Lock: Remove stray debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Jul 19, 2021
1 parent 830dc8d commit 1a1cc2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engine/enginebuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1286,8 +1286,6 @@ void EngineBuffer::processSeek(bool paused) {
}
double requestedPosition = position;
double syncPosition = m_pBpmControl->getBeatMatchPosition(position, true, true);
qDebug() << "queued" << queuedSeek.position.toEngineSamplePos()
<< "syncpos" << syncPosition;
position = m_pLoopingControl->getSyncPositionInsideLoop(requestedPosition, syncPosition);
if (kLogger.traceEnabled()) {
kLogger.trace()
Expand Down

0 comments on commit 1a1cc2d

Please sign in to comment.