mirror of https://github.com/vector-im/riot-web
Merge pull request #4826 from matrix-org/travis/room-list/cleanup
Remove extraneous debug from the new left panelpull/21833/head
commit
223c26b033
|
@ -161,7 +161,6 @@ export default class LeftPanel2 extends React.Component<IProps, IState> {
|
|||
};
|
||||
|
||||
private onResize = () => {
|
||||
console.log("Resize width");
|
||||
if (!this.listContainerRef.current) return; // ignore: no headers to sticky
|
||||
this.handleStickyHeaders(this.listContainerRef.current);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue