GUACAMOLE-566: Remove debug code. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/399f7e15 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/399f7e15 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/399f7e15
Branch: refs/heads/master Commit: 399f7e15adbf9e187b499068118a072f2a97a300 Parents: eb91f4d Author: Nick Couchman <[email protected]> Authored: Tue May 29 18:00:44 2018 -0400 Committer: Nick Couchman <[email protected]> Committed: Tue May 29 18:00:44 2018 -0400 ---------------------------------------------------------------------- .../java/org/apache/guacamole/rest/GuacamoleExceptionMapper.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/399f7e15/guacamole/src/main/java/org/apache/guacamole/rest/GuacamoleExceptionMapper.java ---------------------------------------------------------------------- diff --git a/guacamole/src/main/java/org/apache/guacamole/rest/GuacamoleExceptionMapper.java b/guacamole/src/main/java/org/apache/guacamole/rest/GuacamoleExceptionMapper.java index f27c59c..dd8c76e 100644 --- a/guacamole/src/main/java/org/apache/guacamole/rest/GuacamoleExceptionMapper.java +++ b/guacamole/src/main/java/org/apache/guacamole/rest/GuacamoleExceptionMapper.java @@ -92,7 +92,6 @@ public class GuacamoleExceptionMapper @Override public Response toResponse(GuacamoleException e) { - logger.debug(">>>EXMAPPER<<< Mapping exception {}", e.getMessage()); if (e instanceof GuacamoleUnauthorizedException) { String token = getAuthenticationToken();
