remove unnecesary code

This commit is contained in:
Daniel Bulant 2021-05-24 17:50:34 +02:00
parent 83c4b0891d
commit 02930e98df
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@
return data;
}
var chapters = getMangaChapters(mangaId);
$: chapters = getMangaChapters(mangaId);
console.log(manga);

View file

@ -30,7 +30,6 @@
return res;
}
var result = search(name);
$: result = ratelimit(search, name);
var scrollSearch = null;