mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 13:29:37 +00:00
Remove debug messages
This commit is contained in:
parent
501dc938e6
commit
37eae3406c
2 changed files with 0 additions and 3 deletions
|
|
@ -786,7 +786,6 @@ class Database {
|
|||
const normalizedQueryResult = await this.sequelize.query(`SELECT ${normalizedQueryExpression} as normalized_query`)
|
||||
const normalizedQuery = normalizedQueryResult[0][0].normalized_query
|
||||
this.hasAccents = escapedQuery !== this.sequelize.escape(normalizedQuery)
|
||||
Logger.debug(`[TextSearchQuery] hasAccents: ${this.hasAccents}`)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue