remove debug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user