cosmetics

This commit is contained in:
nikk gitanes
2024-05-26 00:33:00 +03:00
parent cb0f0dd194
commit 6505d6e55d
4 changed files with 16 additions and 14 deletions

View File

@@ -93,8 +93,6 @@ func ListViewed(hash string) []*Viewed {
return ret
}
if err != nil {
log.TLogln("Error list viewed:", err)
}
log.TLogln("Error list viewed:", err)
return []*Viewed{}
}