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) }