1
0
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:
Travis Ralston
2020-03-30 20:11:23 -06:00
parent ffa75ef48c
commit 6112d92f80

View File

@@ -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});
},