Removed comment code

This commit is contained in:
Johan Kwarnmark 2019-11-14 16:17:53 +01:00
parent e03f281499
commit bf3ad79244

View File

@ -16,12 +16,4 @@ export default class ScreenSharingFrame extends React.Component<{}> {
</div> </div>
); );
} }
/*public componentDidMount(): void {
ipcRenderer.on('screen-sharing-frame-app-data');
}
public componentWillUnmount(): void {
ipcRenderer.removeListener('screen-sharing-frame-app-data');
}*/
} }