Removed debugging console statement

This commit is contained in:
Dean 2023-09-05 11:56:23 +01:00
parent c6bd81ba21
commit b923d24d56
1 changed files with 0 additions and 1 deletions

View File

@ -1250,7 +1250,6 @@ export const getFrontendStore = () => {
setting => name === setting.resetOn
)
resetFields?.forEach(setting => {
console.log(setting.key, component)
if (component[setting.key]) {
component[setting.key] = null
}