🎨 logging

This commit is contained in:
Liang Ding 2022-06-08 10:17:06 +08:00
parent 23a963cb7a
commit c7c0409322
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -93,7 +93,6 @@ func recoverFrom(confPath string) (data []byte, err error) {
// 尝试从临时文件恢复
tmp := util.LatestTmpFile(confPath)
if "" == tmp {
util.LogErrorf("read data conf [%s] failed: %s", confPath, err)
return
}