From 33e2b76c9fbba307a31a1303feb9a5dc87cfa18d Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Sat, 26 Nov 2022 13:55:13 +0800 Subject: [PATCH] optimize and fix bug --- src/org/wanxp/douban/data/handler/DoubanAbstractLoadHandler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/org/wanxp/douban/data/handler/DoubanAbstractLoadHandler.ts b/src/org/wanxp/douban/data/handler/DoubanAbstractLoadHandler.ts index ef89cfa..597035a 100644 --- a/src/org/wanxp/douban/data/handler/DoubanAbstractLoadHandler.ts +++ b/src/org/wanxp/douban/data/handler/DoubanAbstractLoadHandler.ts @@ -147,7 +147,6 @@ export default abstract class DoubanAbstractLoadHandler }; await request(requestUrlParam) .then(s => this.humanCheck(s, url)) - .then(response => log.debug(response)) .then(load) .then(data => this.analysisUserState(data, context)) .then(({data, userState}) => {