mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
Remove debug console.log from ChatPanel
This commit is contained in:
parent
2dbe7771fd
commit
7068c01b44
1 changed files with 0 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue