From 9644e1e5ec44190d7d25e2841ae3af91638a11f1 Mon Sep 17 00:00:00 2001 From: joan Date: Wed, 5 Oct 2022 12:37:16 +0200 Subject: [PATCH] Removed console.log --- back/tests.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/back/tests.js b/back/tests.js index 3ab31afee..809906177 100644 --- a/back/tests.js +++ b/back/tests.js @@ -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