From 3d950691ce2156b012cfc77a704c0a5061d06c90 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 28 Mar 2023 19:40:07 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20Windows=20=E7=AB=AF=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E4=B8=8A=E5=86=85=E6=A0=B8=E5=B4=A9=E6=BA=83?= =?UTF-8?q?=20https://github.com/siyuan-note/siyuan/issues/7806?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/util/runtime.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/util/runtime.go b/kernel/util/runtime.go index 31c605435..596bf6810 100644 --- a/kernel/util/runtime.go +++ b/kernel/util/runtime.go @@ -313,8 +313,6 @@ func existAvailabilityStatus(workspaceAbsPath string) bool { return false } - logging.LogInfof("check workspace [%s] availability status", checkAbsPath) - runtime.LockOSThread() defer runtime.LockOSThread() if err := ole.CoInitializeEx(0, ole.COINIT_MULTITHREADED); nil != err {