Skip to content

Commit ad507c5

Browse files
authored
Merge pull request #2896 from andrespereyra-it/patch-1
Delete console.log from ScrollNavigation.js
2 parents acbd5c8 + 996c76b commit ad507c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/ScrollNavigation/ScrollNavigation.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ class ScrollNavigation extends Component {
8080
let arr = [];
8181

8282
for (let key in partsNode) {
83-
console.log(
84-
getPartTranslationPath(lang, part, `/${snakeCase(partsNode[key])}`)
85-
);
86-
8783
if (currentPartTitle !== partsNode[key]) {
8884
arr.push(
8985
<Link

0 commit comments

Comments
 (0)