Rating Icon: remove console.log

This commit is contained in:
Sidney Alcantara
2022-11-21 14:17:42 +11:00
parent dd3f5553ab
commit 763c0a20d0

View File

@@ -20,7 +20,6 @@ const getStateIcon = (config: any) => {
if (!get(config, "customIcons.enabled")) {
return <RatingIcon />;
}
console.log(get(config, "customIcons.rating"));
return get(config, "customIcons.rating") || <RatingIcon />;
};
const getStateOutline = (config: any) => {