From d298c41e6e821ddfba4ba5962a8f45e89aface54 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 5 Jan 2022 05:47:47 -0500 Subject: [PATCH] remove unhelpful logging --- static/js/web-install.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/web-install.js b/static/js/web-install.js index 17dd1482..9fefe5c5 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -330,8 +330,6 @@ fastboot.configureZip({ }); if ("usb" in navigator) { - console.log("WebUSB available"); - addButtonHook("unlock-bootloader", unlockBootloader); addButtonHook("download-release", downloadRelease); addButtonHook("flash-release", flashRelease);