GUACAMOLE-362: Remove debug line.

This commit is contained in:
Nick Couchman
2017-09-27 10:42:47 -04:00
committed by Nick Couchman
parent 453a879876
commit 63134322b0

View File

@@ -210,9 +210,6 @@ public class AuthenticationProviderService {
catch (NoSuchPaddingException e) {
throw new GuacamoleServerException("No such padding tryingto initialize cipher with private key.", e);
}
finally {
logger.debug("Yah.");
}
}