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 = `