mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-04 23:07:22 +02:00
Remove debug messages
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user