mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-09 16:04:10 +01:00
Remove warning log for unregister
This commit is contained in:
parent
c853547b11
commit
d5d8d6c876
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user