From 925a95caa714d0d56abddc6ea6c24de2872ff27a Mon Sep 17 00:00:00 2001 From: Amio Date: Mon, 8 Jul 2019 10:01:56 +0800 Subject: [PATCH] Cleanup console.log --- endpoints/badgesize.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/endpoints/badgesize.ts b/endpoints/badgesize.ts index 45b0b29..a68febd 100644 --- a/endpoints/badgesize.ts +++ b/endpoints/badgesize.ts @@ -24,7 +24,6 @@ export default badgenServe(handlers) async function handler ({ topic, path }: Args) { const endpoint = `https://img.badgesize.io/${path}.json` - console.log(endpoint) const { prettySize, color } = await got(endpoint, { query: { compression: topic === 'normal' ? '' : topic