summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-01-05 05:47:47 -0500
committerDaniel Micay <danielmicay@gmail.com>2022-01-05 05:47:47 -0500
commitd298c41e6e821ddfba4ba5962a8f45e89aface54 (patch)
treecfafb248bb1f9ff7ea2d2c778d9e4c23d318df7e
parent65284ea3061c763a650c0cd4154254dcd4d054d2 (diff)
remove unhelpful logging
-rw-r--r--static/js/web-install.js2
1 files changed, 0 insertions, 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);