From 223f3717bd2b36f4d9456fd6710000d77bc6ebeb Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Wed, 15 Feb 2023 11:15:29 +0100
Subject: [PATCH] Remove debug log

---
 packages/auth/src/auth-keycloak.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/auth/src/auth-keycloak.js b/packages/auth/src/auth-keycloak.js
index 11651c6c..a192faa3 100644
--- a/packages/auth/src/auth-keycloak.js
+++ b/packages/auth/src/auth-keycloak.js
@@ -167,7 +167,6 @@ export class AuthKeycloak extends AdapterLitElement {
         };
 
         // inject a window.DBPAuth variable for Cypress/Playwright
-        console.log("window", window);
         if (window.Cypress || window.playwright) {
             window.DBPAuth = auth;
             console.log("Cypress/Playwright detected");
-- 
GitLab