Skip to content

Commit 84b0c22

Browse files
Merge pull request #475 from devforth/feature/AdminForth/1235/remove-annoying-logs
fix: remove annoying logs
2 parents 2426094 + a8ac11a commit 84b0c22

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

adminforth/spa/src/views/EditView.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ onBeforeRouteLeave(async (to, from, next) => {
130130
next();
131131
});
132132
133-
134-
watch(record, (newVal) => {
135-
console.log('Record updated:', newVal);
136-
}, { deep: true });
137-
138133
const resourceFormRef = ref<InstanceType<typeof ResourceForm> | null>(null);
139134
140135
async function onUpdateRecord(newRecord: Record<string, any>) {

0 commit comments

Comments
 (0)