mirror of https://github.com/vector-im/riot-web
				
				
				
			Remove debug logging
							parent
							
								
									01955146e9
								
							
						
					
					
						commit
						8fe3fa9178
					
				|  | @ -75,8 +75,7 @@ module.exports = React.createClass({ | |||
|         this.mounted = true; | ||||
|     }, | ||||
| 
 | ||||
|     componentDidUpdate: function(prevp, nextp) { | ||||
|         console.log(prevp, nextp); | ||||
|     componentDidUpdate: function() { | ||||
|         // Reinitialise the stickyHeaders when the component is updated
 | ||||
|         this._updateStickyHeaders(true); | ||||
|         this._repositionIncomingCallBox(undefined, false); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker