mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-24 22:47:09 -04:00
Remove debug messages
This commit is contained in:
parent
501dc938e6
commit
37eae3406c
2 changed files with 0 additions and 3 deletions
|
@ -979,8 +979,6 @@ module.exports = {
|
|||
|
||||
const matchTitle = textSearchQuery.matchExpression('title')
|
||||
const matchSubtitle = textSearchQuery.matchExpression('subtitle')
|
||||
Logger.debug(`[libraryItemsBookFilters] matchTitle: ${matchTitle}`)
|
||||
Logger.debug(`[libraryItemsBookFilters] matchSubtitle: ${matchSubtitle}`)
|
||||
|
||||
// Search title, subtitle, asin, isbn
|
||||
const books = await Database.bookModel.findAll({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue