remove console.log

This commit is contained in:
DIYgod 2019-03-02 23:18:24 +08:00
parent b61990fc69
commit 394fb82899
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ module.exports = async (ctx) => {
});
const data = response.data;
console.log(`https://www.dcard.tw/_api/posts?popular=${type === 'popular' ? 'true' : 'false'}&limit=30`, `https://www.dcard.tw/f?latest=${type === 'popular' ? 'false' : 'true'}`);
ctx.state.data = {
title: `Dcard ${type === 'popular' ? '熱門' : '最新'}`,