From c11249d6786451d3b443d6a662d970e235329c54 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Wed, 27 Jan 2021 17:12:07 -0800 Subject: [PATCH] web-install: Remove stray log message This was never meant to be shipped. --- static/js/web-install.js | 1 - 1 file changed, 1 deletion(-) 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();