Skip to content

Commit

Permalink
removing unnecessary logging (MID-6852)
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 17, 2021
1 parent fdb376f commit 7c19042
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -80,7 +80,6 @@ protected void populate(ListItem<VW> item) {
}
switch (columnType) {
case STRING:
LOGGER.info("creating label for {}", item.getModelObject());
Label label = new Label(ID_VALUE, new ReadOnlyModel<>(() -> createLabel(item.getModelObject())));
item.add(label);
break;
Expand Down

0 comments on commit 7c19042

Please sign in to comment.