From 53de61330fe779e96cefd7de85e266cc3bda2bf6 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 1 Oct 2025 10:09:32 +0200 Subject: [PATCH] remove debug --- src/database.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/database.js b/src/database.js index 91b396dcf..e345b8121 100644 --- a/src/database.js +++ b/src/database.js @@ -58,8 +58,6 @@ async function initialize() { // run one time setup commands on new connections. connections are reused and so we cannot use 'acquire' event of the pool gConnectionPool.on('connection', async function (connection) { // https://github.com/sidorares/node-mysql2/issues/565, 567 - debug('new connection'); - const conn = connection.promise(); // convert PoolConnection to PromisePoolConnection try {