remove debug output

This commit is contained in:
Ben Loftis 2022-12-26 14:03:32 -06:00
parent a5378e559a
commit ac30964d67
1 changed files with 0 additions and 2 deletions

View File

@ -787,8 +787,6 @@ TempoMap::copy_points (TempoMap const & other)
_points.push_back (*tpp);
}
}
std::cerr << "\n\nAFTER COPY POINTS\n";
dump (std::cerr);
}
MeterPoint*