Remove debug console.log from ChatPanel

This commit is contained in:
Mario Zechner 2025-10-06 18:40:41 +02:00
parent 2dbe7771fd
commit 7068c01b44

View file

@ -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;