Remove debug message
This commit is contained in:
parent
1eb0c1ec9b
commit
f8c551db5c
@ -118,7 +118,6 @@ PluginManagerUI::PluginManagerUI ()
|
|||||||
{ALIGN_CENTER, true, _("Tags"), _("Meta data: category and tags") },
|
{ALIGN_CENTER, true, _("Tags"), _("Meta data: category and tags") },
|
||||||
};
|
};
|
||||||
/* clang-format on */
|
/* clang-format on */
|
||||||
printf ("%ld %ld\n", sizeof (ci), sizeof (ColumnInfo));
|
|
||||||
|
|
||||||
for (unsigned int i = 0; i < sizeof (ci) / sizeof (ColumnInfo); ++i) {
|
for (unsigned int i = 0; i < sizeof (ci) / sizeof (ColumnInfo); ++i) {
|
||||||
Label* l = manage (new Label (ci[i].label));
|
Label* l = manage (new Label (ci[i].label));
|
||||||
|
Loading…
Reference in New Issue
Block a user