removed unused console logs
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Carlos Jimenez Ruiz 2022-05-12 14:02:50 +02:00
parent 526bc99c4f
commit 9778783dfa
1 changed files with 0 additions and 3 deletions

View File

@ -159,12 +159,9 @@ module.exports = class Docker {
return reject(new Error('Docker exited, please see the docker logs for more info'));
let conn = mysql.createConnection(myConf);
console.log('myConf', myConf);
conn.on('error', () => {});
conn.connect(err => {
console.log('err', err);
conn.destroy();
if (!err) {
log('MySQL process ready.');