FieldOverrides: Remove console warn from processFieldConfigValue (#22824)
This commit is contained in:
@@ -259,7 +259,6 @@ const processFieldConfigValue = (
|
||||
if (currentConfig === null || currentConfig === undefined) {
|
||||
const item = registry.getIfExists(key);
|
||||
if (!item) {
|
||||
console.warn(`No processor available for ${key} config property`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user