Skip to content

Commit

Permalink
Merge pull request #14109 from daschuer/silenceWarning
Browse files Browse the repository at this point in the history
Remove warning introduced in #13339
  • Loading branch information
ronso0 authored Jan 3, 2025
2 parents 94e7e9e + d52e36d commit a8fd5b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/controls/bpmcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,6 @@ void BpmControl::trackBeatsUpdated(mixxx::BeatsPointer pBeats) {
frameInfo().trackEndPosition)
: mixxx::Bpm());
}
qWarning() << "BpmControl::trackBeatsUpdated";
m_pBeats = pBeats;
updateLocalBpm();
resetSyncAdjustment();
Expand Down

0 comments on commit a8fd5b4

Please sign in to comment.