Cleanup console.log

pull/298/head
Amio 2019-07-08 10:01:56 +08:00
rodzic 1629ff69cf
commit 925a95caa7
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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