Skip to content

Commit

Permalink
Merge pull request #4500 from Holzhaus/newbeats-qwarning
Browse files Browse the repository at this point in the history
Beats: Remove leftover qWarning from debugging
  • Loading branch information
Be-ing authored Nov 5, 2021
2 parents e9da247 + 9e90da7 commit 5738739
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 @@ -354,7 +354,6 @@ QByteArray Beats::toBeatMapByteArray() const {
mixxx::track::io::BeatMap map;
for (auto it = cfirstmarker(); it != clastmarker() + 1; it++) {
const auto position = (*it).toLowerFrameBoundary();
qWarning() << position;
track::io::Beat beat;
beat.set_frame_position(static_cast<google::protobuf::int32>(position.value()));
map.add_beat()->CopyFrom(beat);
Expand Down

0 comments on commit 5738739

Please sign in to comment.