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 {