get rid of console.log
This commit is contained in:
@@ -28,7 +28,6 @@ class Tutorial extends Component {
|
||||
// retrieve tutorial only if a potential user is loaded - authentication
|
||||
// is finished (success or failed)
|
||||
if(!this.props.progress){
|
||||
console.log(this.props);
|
||||
this.props.getTutorial(this.props.match.params.tutorialId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user