🎨 Clean code

This commit is contained in:
Daniel 2025-08-29 16:00:39 +08:00
parent a154ead980
commit c17a09d37e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -671,7 +671,6 @@ func (box *Box) generateDocHistory0() {
func clearOutdatedHistoryDir(historyDir string) {
if !gulu.File.IsExist(historyDir) {
logging.LogWarnf("history dir [%s] not exist", historyDir)
return
}