summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/web-install.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 507776f3..0d6f8298 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -95,7 +95,6 @@ let device = new fastboot.FastbootDevice();
let blobStore = new BlobStore();
async function ensureConnected(setProgress) {
- console.log(device.device);
if (!device.isConnected) {
setProgress("Connecting to device...");
await device.connect();