From 6b4a6bd7d3659fe9fe11201b2177dc9ee44362bc Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 5 Jan 2023 10:16:10 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=A4=9A=E5=B7=A5=E4=BD=9C=E7=A9=BA=E9=97=B4=20https:?= =?UTF-8?q?//github.com/siyuan-note/siyuan/issues/4642?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/api/workspace.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/api/workspace.go b/kernel/api/workspace.go index 00bc305a8..7078536e2 100644 --- a/kernel/api/workspace.go +++ b/kernel/api/workspace.go @@ -22,7 +22,6 @@ import ( "os" "path/filepath" "strings" - "time" "github.com/88250/gulu" "github.com/gin-gonic/gin" @@ -109,5 +108,4 @@ func setWorkspaceDir(c *gin.Context) { } util.PushMsg(model.Conf.Language(42), 1000*15) - time.Sleep(time.Second * 3) }