mirror of https://github.com/vector-im/riot-web
Remove debugging
parent
ffa75ef48c
commit
6112d92f80
|
@ -94,7 +94,6 @@ export default createReactClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
_onUpdateStagePhase: function(newStage, newPhase) {
|
_onUpdateStagePhase: function(newStage, newPhase) {
|
||||||
console.log({newStage, newPhase});
|
|
||||||
// We copy the stage and stage phase params into state for title selection in render()
|
// We copy the stage and stage phase params into state for title selection in render()
|
||||||
this.setState({uiaStage: newStage, uiaStagePhase: newPhase});
|
this.setState({uiaStage: newStage, uiaStagePhase: newPhase});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue