From 5b0eb57edff563733fc7fccc0e18fa4452675e93 Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 22 Jan 2025 14:30:26 +0100 Subject: [PATCH] createTableOk --- src/pages/chat/chat.ts | 93 +++++++++++++++++++---------------------- src/services/service.ts | 4 ++ 2 files changed, 48 insertions(+), 49 deletions(-) diff --git a/src/pages/chat/chat.ts b/src/pages/chat/chat.ts index 3a1112c..17783f8 100755 --- a/src/pages/chat/chat.ts +++ b/src/pages/chat/chat.ts @@ -55,8 +55,6 @@ class ChatElement extends HTMLElement { this.attachShadow({ mode: 'open' }); this.processId = this.getAttribute('process-id'); - console.log('🔍 Constructor - Process ID from element:', this.processId); - this.shadowRoot!.innerHTML = `