From 7cb22af2deb9b9971914da319db8b2f55c6382a5 Mon Sep 17 00:00:00 2001 From: Shane Harris Date: Sun, 3 Sep 2023 09:39:33 +0200 Subject: [PATCH] kicking build --- electron/app.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/electron/app.ts b/electron/app.ts index 3970964e..75dd7acb 100644 --- a/electron/app.ts +++ b/electron/app.ts @@ -161,15 +161,7 @@ class ADB { } cb(tasks); } else { - ecb( - error || - 'Nothing to install.' + - JSON.stringify(body) + - ':' + - token + - ':' + - `${getEnvCfg().http_url || 'https://api.sidequestvr.com'}/install-from-key` - ); + ecb(error || 'Nothing to install.'); } }); }