mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
Cleaning up usage of console log in front end
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
hidden: !(model?.meta?.hidden ?? false)
|
||||
};
|
||||
|
||||
console.log(model);
|
||||
console.debug(model);
|
||||
|
||||
toast.success(
|
||||
model.meta.hidden
|
||||
|
||||
Reference in New Issue
Block a user