Backend: Remove log from FolderCoverByUID #1011
This commit is contained in:
parent
89f9229c6a
commit
63ce5ea933
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ func FolderCoverByUID(uid string) (file entity.File, err error) {
|
|||
Order("photos.photo_quality DESC").
|
||||
Limit(1).
|
||||
First(&file).Error; err != nil {
|
||||
log.Error(err)
|
||||
return file, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue