aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Link.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Link.js')
-rw-r--r--src/components/ui/Link.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/ui/Link.js b/src/components/ui/Link.js
index b09ef026e..693be84ea 100644
--- a/src/components/ui/Link.js
+++ b/src/components/ui/Link.js
@@ -37,8 +37,6 @@ export default class Link extends Component {
37 37
38 const match = matchRoute(filter, router.location.pathname); 38 const match = matchRoute(filter, router.location.pathname);
39 39
40 console.log(filter, strictFilter, router.location.pathname, router.location.search, match)
41
42 const linkClasses = classnames({ 40 const linkClasses = classnames({
43 [`${className}`]: true, 41 [`${className}`]: true,
44 [`${activeClassName}`]: match, 42 [`${activeClassName}`]: match,