Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit ba20265

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: removing console log
1 parent c219c9c commit ba20265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/Navbar/Content/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ function NavbarItems({ items }) {
1818
const { is_official_domain } = useOfficialContentsContext();
1919

2020
for (const value of Object.values(items)) {
21-
console.log(value);
2221
if (value.label === 'Documentation') {
2322
unofficial_domain_item = value;
2423
break;

0 commit comments

Comments
 (0)