diff --git a/yt.js b/yt.js index 7def871..f473682 100644 --- a/yt.js +++ b/yt.js @@ -14,7 +14,6 @@ fetch(localURL) return res.json(); }) .then((data) => { - for(let i=0;i<3;i++) //i in data.subscriptions) { let open=null; @@ -25,5 +24,4 @@ fetch(localURL) catch(e) {InsertError(e.description);} } }) - .catch((error)=> console.error("couldnt fetch data",error)); - + .catch((error)=> console.error("couldnt fetch data",error)); \ No newline at end of file