removed logs

This commit is contained in:
Anish Roy
2023-11-17 10:47:14 +05:30
parent baafde20f3
commit 8a8292630f

View File

@@ -497,7 +497,6 @@ export const updateFieldAtom = atom(
}
// Otherwise, update single field in database and write audit update field
else {
console.log("newRowValues", fieldName);
await updateRowDb(
row._rowy_ref.path,
omitRowyFields(dbUpdate),