From c4e7669233aef8d4cba36588df6f985d5ea90fe2 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:55:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gacmotor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index 455863a..8173ddd 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -558,7 +558,6 @@ class UserInfo { if (result.errorCode == "0") { for (let i of result.body.rows) { if (i.isFinish == 1) { - console.log(i.title) this.powerList.push(i.taskId) } }