This commit is contained in:
2025-08-30 20:52:27 -04:00
parent e7ebccd4a9
commit f53959b38f
31 changed files with 789 additions and 479 deletions

View File

@@ -58,7 +58,6 @@ func SearchBook(query string, source Source) ([]SearchItem, error) {
if !found {
return nil, fmt.Errorf("invalid source: %s", source)
}
log.Debug("Source: ", source)
return searchFunc(query)
}