13
0

temporal: remove debug output

This commit is contained in:
Paul Davis 2020-12-19 18:30:18 -07:00
parent 1e9e02e42f
commit fa67e07d87

View File

@ -2868,7 +2868,6 @@ void
TempoMap::init ()
{
SharedPtr new_map (new TempoMap (Tempo (120), Meter (4, 4)));
cerr << "\n\n\n INITIALIZE TMP MGR " << &_map_mgr << " \n\n\n";
_map_mgr.init (new_map);
fetch ();
}