mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-29 05:26:16 +02:00
Remove debug messages
This commit is contained in:
@@ -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}`)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user