Manav Rathi 1 vuosi sitten
vanhempi
commit
b7734406b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      web/apps/cast/src/services/cast.ts

+ 1 - 1
web/apps/cast/src/services/cast.ts

@@ -98,7 +98,7 @@ export const renderableImageURLs = async function* (castData: CastData) {
      * memory leak of the very first objectURL that we display.
      * memory leak of the very first objectURL that we display.
      */
      */
     const urls: string[] = [""];
     const urls: string[] = [""];
-    let i = 0;
+    // const i = 0;
 
 
     /**
     /**
      * Number of milliseconds to keep the slide on the screen.
      * Number of milliseconds to keep the slide on the screen.