Remove debug console.log from ChatPanel
This commit is contained in:
@@ -152,15 +152,6 @@ export class ChatPanel extends LitElement {
|
|||||||
|
|
||||||
const isMobile = this.windowWidth < BREAKPOINT;
|
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
|
// Set panel props
|
||||||
if (this.artifactsPanel) {
|
if (this.artifactsPanel) {
|
||||||
this.artifactsPanel.collapsed = !this.showArtifactsPanel;
|
this.artifactsPanel.collapsed = !this.showArtifactsPanel;
|
||||||
|
|||||||
Reference in New Issue
Block a user