From 15507c6cfcb7df008ad5382573a4809019f79552 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Tue, 8 Oct 2024 13:57:03 +0800 Subject: [PATCH] =?UTF-8?q?cid=20=E5=88=A0=E9=99=A4=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/cid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/cid.go b/handler/cid.go index aebc57e..2e5994c 100644 --- a/handler/cid.go +++ b/handler/cid.go @@ -219,6 +219,6 @@ echo "end"` if err3 != nil { err3_info = err3.Error() } - fmt.Println("bash content:", scriptContent) + //fmt.Println("bash content:", scriptContent) dao.CreateRunLog(id, authID, scriptContent, out.String(), err3_info) //添加执行日志 }