Skip to content

Commit d9af53c

Browse files
committed
Revert "Add navi test debug"
This reverts commit 101c4c4.
1 parent 32b8f50 commit d9af53c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/shared/utils/contentful.js

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

66-
// WIP need to test Contenful navigation under real domain
67-
// should not land to production
68-
// eslint-disable-next-line no-console
69-
console.log('isActiveTEST', {
70-
baseUrl, item, caller, to, location,
71-
});
72-
7366
// handles the special case when url === `/`
7467
if (caller === 'menuItem'
7568
&& to === baseUrl

0 commit comments

Comments
 (0)