From ee0938d7d64e446311837e46420a08515a823c66 Mon Sep 17 00:00:00 2001 From: joan Date: Wed, 5 Oct 2022 10:36:05 +0200 Subject: [PATCH] Test --- db/docker.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/db/docker.js b/db/docker.js index bca84aa08..32fec0038 100644 --- a/db/docker.js +++ b/db/docker.js @@ -60,8 +60,6 @@ module.exports = class Docker { this.dbConf.host = netSettings.Gateway; this.dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort']; - - console.log('Container host: ', this.dbConf.host); } await this.wait();