Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8fe3fa9

Browse files
committed
Remove debug logging
1 parent 0195514 commit 8fe3fa9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/views/rooms/RoomList.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ module.exports = React.createClass({
7575
this.mounted = true;
7676
},
7777

78-
componentDidUpdate: function(prevp, nextp) {
79-
console.log(prevp, nextp);
78+
componentDidUpdate: function() {
8079
// Reinitialise the stickyHeaders when the component is updated
8180
this._updateStickyHeaders(true);
8281
this._repositionIncomingCallBox(undefined, false);

0 commit comments

Comments
 (0)