keycloak-aplcache

Cleanup console.log

7/9/2018 9:18:38 AM

Details

diff --git a/themes/src/main/resources/theme/keycloak-preview/account/index.ftl b/themes/src/main/resources/theme/keycloak-preview/account/index.ftl
index dc9ff1c..d7495ce 100644
--- a/themes/src/main/resources/theme/keycloak-preview/account/index.ftl
+++ b/themes/src/main/resources/theme/keycloak-preview/account/index.ftl
@@ -230,7 +230,6 @@
 
         <script>
             var winHash = window.location.hash;
-                console.log('winHash=' + winHash);
             if ((winHash.indexOf('#/') == 0) && (!winHash.indexOf('#/&state') == 0)) {
                 document.getElementById("welcomeScreen").style.display='none';
             }