remove debug

This commit is contained in:
Girish Ramakrishnan
2025-10-01 10:09:32 +02:00
parent 2c52190966
commit 53de61330f
-2
View File
@@ -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 {