From 997ab7d416d2e1bd4060fa50faf76f3f8562264a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 10 Mar 2022 12:14:19 -0500 Subject: [PATCH] fix: #10377, remove logging of env vars --- install/web.js | 1 - 1 file changed, 1 deletion(-) diff --git a/install/web.js b/install/web.js index 53128b4cf1..53d7f732ee 100644 --- a/install/web.js +++ b/install/web.js @@ -166,7 +166,6 @@ function install(req, res) { }; winston.info('Starting setup process'); - winston.info(JSON.stringify(setupEnvVars, null, 4)); launchUrl = setupEnvVars.NODEBB_URL; const child = require('child_process').fork('app', ['--setup'], {