Skip to content

Commit 6c576b9

Browse files
committed
Revert "isActive debug"
This reverts commit b9b7ab9.
1 parent 32cfab6 commit 6c576b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/shared/utils/contentful.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ export function isActive(baseUrl, item, caller) {
6363
return false;
6464
}
6565

66-
// eslint-disable-next-line no-console
67-
console.log('isActive debug', {
68-
baseUrl, item, caller, to, location,
69-
});
70-
7166
// handles the special case when url === `/`
7267
if (caller === 'menuItem'
7368
&& to === baseUrl

0 commit comments

Comments
 (0)