Skip to content

Commit 915e7a6

Browse files
committed
Fix compile
1 parent 7884306 commit 915e7a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vaadin-grid-filter/src/main/java/software/xdev/vaadin/FilterComponent.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,6 @@ public <X> FilterComponent<T> withFilter(final FilterField<T, X> filterField)
10061006
final FilterField<T, X> newFilterField,
10071007
final FilterField<T, ?> oldFilterField)
10081008
{
1009-
LOGGER.debug("A filter field with the same description is already existing. Adding comparators to it.");
10101009
FilterField<T, ?> newlyBuildFilterField = oldFilterField;
10111010

10121011
for(final FilterComparator comparator : newFilterField.getAvailableComparators())
@@ -1051,10 +1050,6 @@ public FilterComponent<T> withUrlParameters(final String identifier)
10511050
{
10521051
this.identifier = identifier;
10531052
}
1054-
else
1055-
{
1056-
LOGGER.error("Query parameters won't be enabled for this component because the identifier is blank.");
1057-
}
10581053

10591054
return this;
10601055
}
@@ -1297,7 +1292,6 @@ public FilterComponent<T> withInitialFilter(
12971292
final boolean conditionEditable,
12981293
final String badgeId)
12991294
{
1300-
LOGGER.debug("Setting initial filter.");
13011295
FilterField<T, ?> finalFilterField = filterField;
13021296

13031297
if(conditionEditable)

0 commit comments

Comments
 (0)