Skip to content

Commit 07706d7

Browse files
committed
Update live-view.js
1 parent 1bea593 commit 07706d7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

live-view/live-view.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -834,14 +834,10 @@ async function renderLiveViewHTML(file) {
834834

835835
// if service worker isn't installed yet
836836
if (workerInstallPromise) {
837-
838-
console.log(workerInstallPromise);
839-
837+
840838
// wait until finished installing
841839
await workerInstallPromise;
842-
843-
console.log('finshed');
844-
840+
845841
}
846842

847843

0 commit comments

Comments
 (0)