GUACAMOLE-566: Remove debug code.

This commit is contained in:
Nick Couchman
2018-05-29 18:00:44 -04:00
parent eb91f4d87a
commit 399f7e15ad

View File

@@ -92,7 +92,6 @@ public class GuacamoleExceptionMapper
@Override @Override
public Response toResponse(GuacamoleException e) { public Response toResponse(GuacamoleException e) {
logger.debug(">>>EXMAPPER<<< Mapping exception {}", e.getMessage());
if (e instanceof GuacamoleUnauthorizedException) { if (e instanceof GuacamoleUnauthorizedException) {
String token = getAuthenticationToken(); String token = getAuthenticationToken();