Skip to content

Commit f9062eb

Browse files
committed
#RI-4750 - remove console.log
1 parent ac92a98 commit f9062eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redisinsight/ui/src/pages/home/components/HomeHeader/HomeHeader.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ const HomeHeader = ({ onAddInstance, direction, welcomePage = false }: Props) =>
5454

5555
const dispatch = useDispatch()
5656

57-
console.log(features)
58-
5957
useEffect(() => {
6058
if (loading || !data || isEmpty(data)) {
6159
return

0 commit comments

Comments
 (0)