mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 19:11:54 +03:00
Remove log
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
675ca58eef
commit
322afe6450
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ export default class DesktopCapturerSourcePicker extends React.Component<
|
|||
const buttonStyle = "mx_streamSelectorDialog_tabLabel";
|
||||
const screensButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Screens) ? "_selected" : "");
|
||||
const windowsButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Windows) ? "_selected" : "");
|
||||
console.log(screensButtonStyle, windowsButtonStyle);
|
||||
|
||||
return (
|
||||
<BaseDialog
|
||||
|
|
Loading…
Reference in a new issue