Removed debugging console statement
This commit is contained in:
parent
c6bd81ba21
commit
b923d24d56
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue