chore: removed console.logs

This commit is contained in:
2025-01-26 18:05:03 +01:00
parent 5f561607ab
commit 9abd8c302e
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ export default defineComponent({
row.pendingChanges = { ...row.pendingChanges, ...changedVehileObj };
console.log(this.vehiclesStore.vehiclesTable.filter((v) => Object.keys(v.pendingChanges).length > 0));
// console.log(this.vehiclesStore.vehiclesTable.filter((v) => Object.keys(v.pendingChanges).length > 0));
},
getTableValueHTML(pendingValue: any, originalValue: any) {