mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Removed comment code
This commit is contained in:
parent
e03f281499
commit
bf3ad79244
@ -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');
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user