chore: -rm console.log

This commit is contained in:
karishmas6
2024-09-20 23:34:49 +05:30
parent 9c25818c4f
commit ce770e3c50

View File

@@ -230,7 +230,6 @@ export const BrowserWindow = () => {
...prevFields,
[newField.label]: newField
};
console.log(updatedFields)
return updatedFields;
});