Skip to content

Commit f0558e0

Browse files
committed
#RI-4279 - remove console.log
1 parent 54892d3 commit f0558e0

File tree

1 file changed

+0
-4
lines changed
  • redisinsight/ui/src/pages/workbench/components/enablement-area/EnablementArea/components/Group

1 file changed

+0
-4
lines changed

redisinsight/ui/src/pages/workbench/components/enablement-area/EnablementArea/components/Group/Group.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ const Group = (props: Props) => {
4646
const { deleting: deletingCustomTutorials } = useSelector(workbenchCustomTutorialsSelector)
4747
const { instanceId = '' } = useParams<{ instanceId: string }>()
4848

49-
if (isShowActions) {
50-
console.log(children)
51-
}
52-
5349
const handleCreate = (e: React.MouseEvent) => {
5450
e.stopPropagation()
5551
onCreate?.()

0 commit comments

Comments
 (0)