Skip to content

Commit

Permalink
Merge pull request #4488 from Holzhaus/newbeats-leftover-warning
Browse files Browse the repository at this point in the history
Beats: Remove leftover qWarning() from debugging
  • Loading branch information
Swiftb0y authored Oct 26, 2021
2 parents 5158e62 + bfb8a86 commit 72e2969
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/track/beats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ mixxx::Bpm Beats::getBpmInRange(audio::FramePos startPosition, audio::FramePos e
const std::pair<int, audio::FrameDiff_t>& rhs) {
return (lhs.second < rhs.second);
});
qWarning() << "max" << maxBpmDuration->first << maxBpmDuration->second;
return Bpm(static_cast<double>(maxBpmDuration->first) / 100);
}

Expand Down

0 comments on commit 72e2969

Please sign in to comment.