Skip to content

Commit 0bc01d5

Browse files
author
Pavlo Kulyk
committed
fix: remove annoying logs
1 parent b578daa commit 0bc01d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adminforth/spa/src/views/EditView.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ onBeforeRouteLeave(async (to, from, next) => {
131131
});
132132
133133
134-
watch(record, (newVal) => {
135-
console.log('Record updated:', newVal);
136-
}, { deep: true });
134+
// watch(record, (newVal) => {
135+
// console.log('Record updated:', newVal);
136+
// }, { deep: true });
137137
138138
const resourceFormRef = ref<InstanceType<typeof ResourceForm> | null>(null);
139139

0 commit comments

Comments
 (0)