NOOP: remove commented debug output

This commit is contained in:
Paul Davis 2023-02-23 12:14:39 -07:00
parent a7458d308b
commit dbd779bf85
1 changed files with 0 additions and 3 deletions

View File

@ -338,9 +338,6 @@ Editor::tempo_map_changed ()
TempoMap::SharedPtr current_map = TempoMap::fetch ();
// std::cerr << "\n\n MAP CHANGE @ " << get_microseconds() << std::endl;
// current_map->dump (std::cerr);
/* If the tempo map was changed by something other than the Editor, we
* will need to reassociate all visual elements used for tempo display
* with the new map.