diff --git a/weebcentral/weebcentral.js b/weebcentral/weebcentral.js index 6362c90..423517e 100644 --- a/weebcentral/weebcentral.js +++ b/weebcentral/weebcentral.js @@ -110,7 +110,4 @@ async function getChapterImages(url) { } catch (err) { return []; } -} - -const response = await getChapterImages("https://weebcentral.com/chapters/01J76XZ4A8Z5JD5GE6SFZJQBTX"); -console.log(JSON.stringify(response)); \ No newline at end of file +} \ No newline at end of file