Remove unused commented line

This commit is contained in:
David Baker 2018-12-19 09:29:05 +00:00
parent 0e580635eb
commit ff45dc6430

View File

@ -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());