mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Remove debug message
This commit is contained in:
parent
1eb0c1ec9b
commit
f8c551db5c
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ PluginManagerUI::PluginManagerUI ()
|
|||
{ALIGN_CENTER, true, _("Tags"), _("Meta data: category and tags") },
|
||||
};
|
||||
/* clang-format on */
|
||||
printf ("%ld %ld\n", sizeof (ci), sizeof (ColumnInfo));
|
||||
|
||||
for (unsigned int i = 0; i < sizeof (ci) / sizeof (ColumnInfo); ++i) {
|
||||
Label* l = manage (new Label (ci[i].label));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue