remove debug output

This commit is contained in:
Paul Davis 2024-03-26 11:37:41 -06:00
parent bf114e7f45
commit a9d646c9e7
1 changed files with 0 additions and 2 deletions

View File

@ -718,8 +718,6 @@ ARDOUR_UI::livetrax_set_file_format (LiveTraxFileFormat const & ff)
/* Don't reset write sources on header format change */
std::cerr << "Set FF to " << ff.hf << " holding " << ff.sf << std::endl;
_session->disable_file_format_reset ();
_session->config.set_native_file_header_format (ff.hf);