FieldOverrides: Remove console warn from processFieldConfigValue (#22824)

This commit is contained in:
Dominik Prokop
2020-03-17 08:32:14 +01:00
committed by GitHub
parent 45784f58f5
commit b930966fc7

View File

@@ -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;
}