Remove warning log for unregister
| @@ -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 | } |
| 177 | 176 | ||