web-install: Remove stray log message

This was never meant to be shipped.
This commit is contained in:
Danny Lin 2021-01-27 17:12:07 -08:00 committed by Daniel Micay
parent cc976583a6
commit c11249d678

View File

@ -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();