From 6ecf4fea856a63658ae394f0df6e53c507af05e0 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 10 Feb 2021 09:53:25 +0100 Subject: [PATCH] Disable a console.log --- packages/auth/src/auth-keycloak.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/src/auth-keycloak.js b/packages/auth/src/auth-keycloak.js index 65441ec0..10ce354d 100644 --- a/packages/auth/src/auth-keycloak.js +++ b/packages/auth/src/auth-keycloak.js @@ -45,7 +45,7 @@ export class AuthKeycloak extends AdapterLitElement { } update(changedProperties) { - console.log("changedProperties", changedProperties); + // console.log("changedProperties", changedProperties); changedProperties.forEach((oldValue, propName) => { switch (propName) { case 'lang': -- GitLab