Skip to content
Snippets Groups Projects
Unverified Commit 6ecf4fea authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Disable a console.log

parent 2bf751be
No related branches found
No related tags found
No related merge requests found
Pipeline #16684 passed
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment