mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
Remove debug output
This commit is contained in:
parent
f37687a985
commit
0abbe651ea
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue