Remove debug messages

This commit is contained in:
mikiher 2024-09-29 12:27:30 +03:00
parent 501dc938e6
commit 37eae3406c
2 changed files with 0 additions and 3 deletions

View file

@ -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}`)
}
/**