Remove debug message

This commit is contained in:
Robin Gareus 2021-07-19 04:16:12 +02:00
parent 1eb0c1ec9b
commit f8c551db5c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 1 deletions

View File

@ -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));