mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
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;
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user