Remove warning log for unregister

d5d8d6c876be79c390cbea3f41e4309cd41aaca7

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -1Ignore whitespace
public/scripts/tool-calling.js+0 -1
@@ -171,7 +171,6 @@ export class ToolManager {
171 */171 */
172 static unregisterFunctionTool(name) {172 static unregisterFunctionTool(name) {
173 if (!this.#tools.has(name)) {173 if (!this.#tools.has(name)) {
174 console.warn(`No tool with the name "${name}" has been registered.`);
175 return;174 return;
176 }175 }
177176