Commit b930966f by Dominik Prokop Committed by GitHub

FieldOverrides: Remove console warn from processFieldConfigValue (#22824)

parent 45784f58
...@@ -259,7 +259,6 @@ const processFieldConfigValue = ( ...@@ -259,7 +259,6 @@ const processFieldConfigValue = (
if (currentConfig === null || currentConfig === undefined) { if (currentConfig === null || currentConfig === undefined) {
const item = registry.getIfExists(key); const item = registry.getIfExists(key);
if (!item) { if (!item) {
console.warn(`No processor available for ${key} config property`);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment