mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove warning log for unregister
This commit is contained in:
@ -171,7 +171,6 @@ export class ToolManager {
|
|||||||
*/
|
*/
|
||||||
static unregisterFunctionTool(name) {
|
static unregisterFunctionTool(name) {
|
||||||
if (!this.#tools.has(name)) {
|
if (!this.#tools.has(name)) {
|
||||||
console.warn(`No tool with the name "${name}" has been registered.`);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user