From 4640444a7b14be90650b7b9325327b3d8559e9b3 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Aug 2021 16:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8Fsync=202021-08-15=2016:10:?= =?UTF-8?q?01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/Helpcode2.8/task_before.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Scripts/sh/Helpcode2.8/task_before.sh b/Scripts/sh/Helpcode2.8/task_before.sh index 17ac241..c79a8d7 100644 --- a/Scripts/sh/Helpcode2.8/task_before.sh +++ b/Scripts/sh/Helpcode2.8/task_before.sh @@ -116,7 +116,6 @@ Random_JD_COOKIE(){ done jdCookie=$(echo $combined_all | sed 's/^&//g') [[ ! -z $jdCookie ]] && export JD_COOKIE="$jdCookie" - echo $JD_COOKIE fi fi }