Skip to content

Commit d3cadf4

Browse files
clean-up
1 parent caea065 commit d3cadf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/containers/Challenges/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ class Challenges extends Component {
2828
}
2929

3030
componentDidMount () {
31-
console.debug('here')
3231
const { activeProjectId, resetSidebarActiveParams, menu, projectId, selfServe } = this.props
3332
if (menu === 'NULL' && activeProjectId !== -1) {
3433
resetSidebarActiveParams()
3534
} else if (projectId || selfServe) {
36-
if (!!projectId) {
35+
if (projectId) {
3736
this.props.loadProject(projectId)
3837
}
3938
this.reloadChallenges(this.props)

0 commit comments

Comments
 (0)