Remove debugging
This commit is contained in:
parent
ffa75ef48c
commit
6112d92f80
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ export default createReactClass({
|
|||
},
|
||||
|
||||
_onUpdateStagePhase: function(newStage, newPhase) {
|
||||
console.log({newStage, newPhase});
|
||||
// We copy the stage and stage phase params into state for title selection in render()
|
||||
this.setState({uiaStage: newStage, uiaStagePhase: newPhase});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue