diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2021-01-27 17:12:07 -0800 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-27 20:24:49 -0500 |
| commit | c11249d6786451d3b443d6a662d970e235329c54 (patch) | |
| tree | 92f2ecb2e0ad37ea16c6d1b834fa7d4de3de18ac /static | |
| parent | cc976583a66322750321a84216b15b844339e8fa (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.js | 1 |
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(); |
