diff --git a/packages/web-ui/src/ChatPanel.ts b/packages/web-ui/src/ChatPanel.ts index 8715011a..128e7413 100644 --- a/packages/web-ui/src/ChatPanel.ts +++ b/packages/web-ui/src/ChatPanel.ts @@ -152,15 +152,6 @@ export class ChatPanel extends LitElement { const isMobile = this.windowWidth < BREAKPOINT; - console.log("[ChatPanel Debug]", { - windowWidth: this.windowWidth, - breakpoint: BREAKPOINT, - isMobile, - showArtifactsPanel: this.showArtifactsPanel, - hasArtifacts: this.hasArtifacts, - artifactCount: this.artifactCount, - }); - // Set panel props if (this.artifactsPanel) { this.artifactsPanel.collapsed = !this.showArtifactsPanel;