Remove log

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2020-12-26 18:00:08 +01:00
parent 675ca58eef
commit 322afe6450
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -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