fix thinko resulting in duplicate bar-names after a tempo-mapping op

This commit is contained in:
Ben Loftis 2023-05-08 07:41:37 -05:00
parent 4192710ac8
commit 54969d8aab
1 changed files with 0 additions and 1 deletions

View File

@ -2369,7 +2369,6 @@ TempoMap::get_grid (TempoMapPoints& ret, superclock_t start, superclock_t end, u
if (!mtp) {
if (bbt == p->bbt()) {
ret.push_back (TempoMapPoint (*this, metric, start, beats, bbt));
DEBUG_TRACE (DEBUG::Grid, string_compose ("Gc %1\t [%2]\n", metric, ret.back()));
DEBUG_TRACE (DEBUG::Grid, string_compose ("we've reached the next point via BBT, BBT %1 audio %2 point %3\n", bbt, start, *p));
reset = true;