mirror of https://github.com/vector-im/riot-web
Remove debug
parent
6ac8803191
commit
807a8c41e3
|
@ -508,7 +508,6 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
const isManuallyShown = hideWidgetDrawer === "false";
|
||||
|
||||
const widgets = WidgetLayoutStore.instance.getContainerWidgets(room, Container.Top);
|
||||
console.log('@@', {widgets, isManuallyShown});
|
||||
return widgets.length > 0 || isManuallyShown;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue