This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new c633aca Remove unused logger
c633aca is described below
commit c633acac3c645b9ea1f41623b204dd1fb2cd02d5
Author: Emond Papegaaij <[email protected]>
AuthorDate: Fri Mar 5 16:01:20 2021 +0100
Remove unused logger
---
.../java/org/apache/wicket/protocol/http/request/WebClientInfo.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java
b/wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java
index dc3d2c4..cc4df9b 100644
---
a/wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java
+++
b/wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java
@@ -23,8 +23,6 @@ import org.apache.wicket.markup.html.pages.BrowserInfoPage;
import org.apache.wicket.protocol.http.ClientProperties;
import org.apache.wicket.protocol.http.servlet.ServletWebRequest;
import org.apache.wicket.request.cycle.RequestCycle;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
/**
@@ -36,8 +34,6 @@ public class WebClientInfo extends ClientInfo
{
private static final long serialVersionUID = 1L;
- private static final Logger log =
LoggerFactory.getLogger(WebClientInfo.class);
-
/**
* The user agent string from the User-Agent header, app.
Theoretically, this might differ from
* {@link
org.apache.wicket.protocol.http.ClientProperties#isNavigatorJavaEnabled()}
property, which is