Remove debug console.log from ChatPanel

This commit is contained in:
Mario Zechner 2025-10-06 19:01:11 +02:00
parent 33145c5f24
commit bcd109f2e9

View file

@ -141,7 +141,6 @@ export class ChatPanel extends LitElement {
this.artifactCount = this.artifactsPanel.artifacts.size;
this.requestUpdate();
console.log("ChatPanel: Agent set with tools:", tools);
}
render() {