Explorar o código

:bug: Windows 端部分系统上内核崩溃 https://github.com/siyuan-note/siyuan/issues/7806

Liang Ding %!s(int64=2) %!d(string=hai) anos
pai
achega
0d71170331
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      kernel/util/runtime.go

+ 0 - 2
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 {