mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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