Remove warning log for unregister

d5d8d6c876be79c390cbea3f41e4309cd41aaca7

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

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