Remove debug output

This commit is contained in:
Robin Gareus 2022-12-07 00:25:14 +01:00
parent f37687a985
commit 0abbe651ea
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1262,7 +1262,6 @@ ExportFormatDialog::fill_sample_rate_lists (boost::shared_ptr<ARDOUR::ExportForm
}
iter = sample_rate_list->append ();
row = *iter;
printf ("SR %d\n", (*it)->rate);
row[sample_rate_cols.ptr] = *it;
row[sample_rate_cols.color] = "white";