Removed console.log
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-10-05 12:37:16 +02:00
parent 627f0d762e
commit 9644e1e5ec
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ async function test() {
await container.run(isCI);
dataSources = JSON.parse(JSON.stringify(dataSources));
console.log('host ', container.dbConf.host);
console.log('port ', container.dbConf.port);
Object.assign(dataSources.vn, {
host: container.dbConf.host,
port: container.dbConf.port