You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/10/27 17:51:50 UTC

[12/25] incubator-guacamole-client git commit: GUACAMOLE-362: Remove debug line.

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/master
Commit: 63134322b0ca5e788b6206c252d8e7e7262c0b55
Parents: 453a879
Author: Nick Couchman <vn...@apache.org>
Authored: Wed Sep 27 10:42:47 2017 -0400
Committer: Nick Couchman <ni...@yahoo.com>
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.");
-        }
 
     }