Skip to content

Commit e11ac16

Browse files
committed
remove a console log
1 parent 60c462c commit e11ac16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/StatusBar/StatusBar.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ const StatusBar = ({ backgroundColor, statusArray, apiRequestStatus, addClass })
2121
const { statusLabel, statusIcon } = statusObject
2222
const border = index !== statusArray.length - 1 ? 'border-end' : ''
2323

24-
console.log({ activeIndex, index, label: labelBgColor(index)})
25-
2624
return (
2725
<div
2826
className={`status-bar-column col-3 py-2 gap-2 d-flex justify-content-center align-items-center

0 commit comments

Comments
 (0)