Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(src/common/RoutingWrapper): remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Aug 8, 2017
1 parent 4cc4978 commit 47ccb05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/components/addons/RoutingWrapper/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default class RoutingWrapper extends Component {
*/
authCheck (path) {
const {store} = this.props
console.log(store.getState())
const {isLoggedIn} = store.getState().me.auth
const authPath = '/auth'
const allowedToVisitPath = [authPath]
Expand Down

0 comments on commit 47ccb05

Please sign in to comment.