Merge pull request #4826 from matrix-org/travis/room-list/cleanup

Remove extraneous debug from the new left panel
pull/21833/head
Travis Ralston 2020-06-24 20:26:32 -06:00 committed by GitHub
commit 223c26b033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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