chore: removing qs

This commit is contained in:
Hydra
2024-04-20 17:30:03 +01:00
parent b1c7191ef6
commit 9d159dcf95
4 changed files with 35 additions and 22 deletions

View File

@@ -42,8 +42,6 @@ const getXatabRepack = async (url: string) => {
if (!$downloadButton) throw new Error("Download button not found");
const torrentBuffer = await getTorrentBuffer($downloadButton.href);
console.log(url);
console.log(torrentBuffer.byteLength);
return {
fileSize: formatXatabDownloadSize($size.textContent).toUpperCase(),