remove debug output

This commit is contained in:
Paul Davis 2025-12-27 09:25:23 -07:00
parent a64c8a83b9
commit bd5b8b82a6

View file

@ -1768,7 +1768,6 @@ Editor::ramp_to_next_tempo ()
if (!tmc.map().set_ramped (const_cast<Temporal::TempoPoint&>(tempo), true)) {
tmc.abort ();
}
std::cerr << "leave scope\n";
}
void