mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 23:23:55 +08:00
chore: deleted debug logs.
This commit is contained in:
@@ -222,7 +222,6 @@ export default {
|
||||
if (!key) {
|
||||
return;
|
||||
}
|
||||
console.log(field);
|
||||
const text = this.textCache[key] || '';
|
||||
try {
|
||||
const obj = JSON.parse(text);
|
||||
@@ -297,7 +296,6 @@ export default {
|
||||
: {...f.params}
|
||||
}
|
||||
});
|
||||
console.log(selected);
|
||||
|
||||
this.$emit('update-functions', selected);
|
||||
this.dialogVisible = false;
|
||||
|
||||
Reference in New Issue
Block a user