Skip to content

Commit 170271b

Browse files
committed
change log to debug
1 parent f192e0a commit 170271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/atoms/Tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const Tabs = () => {
4747
role='tab'
4848
onClick={() => {
4949
setFocusTab(tab.id);
50-
console.log(`CLICKED THE ${tab.id}`);
50+
console.debug(`Selected tab: ${tab.id}`);
5151
}}
5252
data-id={tab.id}
5353
data-collection-id={tab.collectionId}

0 commit comments

Comments
 (0)