Remove debug console.log from ChatPanel
This commit is contained in:
@@ -141,7 +141,6 @@ export class ChatPanel extends LitElement {
|
|||||||
this.artifactCount = this.artifactsPanel.artifacts.size;
|
this.artifactCount = this.artifactsPanel.artifacts.size;
|
||||||
|
|
||||||
this.requestUpdate();
|
this.requestUpdate();
|
||||||
console.log("ChatPanel: Agent set with tools:", tools);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|||||||
Reference in New Issue
Block a user