refactor: change logger level from info to debug for voice activity detection

This commit is contained in:
MythEclipse
2026-05-16 21:56:14 +07:00
parent 4825dc6d4d
commit 9b211f05cf
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -19,7 +19,6 @@ let db:
*/
export async function initializeDatabase() {
if (db !== null) {
logger.debug("Database already initialized, skipping");
return db;
}