GUACAMOLE-362: Remove debug line.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/63134322 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/63134322 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/63134322 Branch: refs/heads/staging/0.9.14-incubating Commit: 63134322b0ca5e788b6206c252d8e7e7262c0b55 Parents: 453a879 Author: Nick Couchman <[email protected]> Authored: Wed Sep 27 10:42:47 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Fri Oct 27 13:05:13 2017 -0400 ---------------------------------------------------------------------- .../apache/guacamole/auth/cas/AuthenticationProviderService.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/63134322/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/AuthenticationProviderService.java ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/AuthenticationProviderService.java b/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/AuthenticationProviderService.java index ecb02d2..171c30f 100644 --- a/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/AuthenticationProviderService.java +++ b/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/AuthenticationProviderService.java @@ -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."); - } }
