Browse Source

:bug: Fix ocr-texts.json unexpected write

Daniel 9 months ago
parent
commit
141374b7c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      kernel/util/ocr.go

+ 0 - 1
kernel/util/ocr.go

@@ -168,7 +168,6 @@ func GetAssetText(asset string) (ret string) {
 	assetsTextsLock.Lock()
 	ret = assetsTexts[asset]
 	assetsTextsLock.Unlock()
-	assetsTextsChanged.Store(true)
 	return
 }