Skip to content

Commit 24fa28d

Browse files
committed
remove log
1 parent b907f77 commit 24fa28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/presentational/HeaderNav.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import Link from 'next/link';
33
import PropTypes from 'prop-types';
44

5-
const HeaderNav = props => (console.log(props.currentUrl),
5+
const HeaderNav = props => (
66
props.isNavVisible ?
77
<span className="pagetop">
88
<b className="hnname">

0 commit comments

Comments
 (0)