mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Remove unused commented line
This commit is contained in:
parent
0e580635eb
commit
ff45dc6430
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ async function loadApp() {
|
|||
const params = parseQs(window.location);
|
||||
|
||||
// set the platform for react sdk
|
||||
//if (navigator.userAgent.toLowerCase().indexOf('electron') > 0) {
|
||||
if (window.ipcRenderer) {
|
||||
console.log("Using Electron platform");
|
||||
PlatformPeg.set(new ElectronPlatform());
|
||||
|
|
Loading…
Reference in a new issue