summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js')
-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);