mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-566: Remove debug code.
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user