Browse Source

:art: Update text

Daniel 2 years ago
parent
commit
ba50a9fca6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      kernel/util/runtime.go

+ 0 - 2
kernel/util/runtime.go

@@ -165,8 +165,6 @@ func CheckFileSysStatus() {
 	}
 
 	for {
-		time.Sleep(10 * time.Second)
-		ReportFileSysFatalError(fmt.Errorf("test error"))
 		<-thirdPartySyncCheckTicker.C
 		checkFileSysStatus()
 	}