diff --git a/src/components/fields/Rating/Icon.tsx b/src/components/fields/Rating/Icon.tsx
index e65b8f3d..a34bdc24 100644
--- a/src/components/fields/Rating/Icon.tsx
+++ b/src/components/fields/Rating/Icon.tsx
@@ -20,7 +20,6 @@ const getStateIcon = (config: any) => {
if (!get(config, "customIcons.enabled")) {
return ;
}
- console.log(get(config, "customIcons.rating"));
return get(config, "customIcons.rating") || ;
};
const getStateOutline = (config: any) => {