You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove debugging
This commit is contained in:
@@ -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});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user