Skip to content

Commit a8ac11a

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

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)