summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-01-27 17:12:07 -0800
committerDaniel Micay <danielmicay@gmail.com>2021-01-27 20:24:49 -0500
commitc11249d6786451d3b443d6a662d970e235329c54 (patch)
tree92f2ecb2e0ad37ea16c6d1b834fa7d4de3de18ac /static
parentcc976583a66322750321a84216b15b844339e8fa (diff)
web-install: Remove stray log message
This was never meant to be shipped.
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();