From 84a8abdb336034424385d970c4f36bcea2df1a91 Mon Sep 17 00:00:00 2001 From: zefie Date: Mon, 21 Jul 2025 17:44:12 -0400 Subject: [PATCH] remove console.log --- zefie_wtvp_minisrv/includes/classes/WTVFTP.js | 1 - 1 file changed, 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/classes/WTVFTP.js b/zefie_wtvp_minisrv/includes/classes/WTVFTP.js index 2129a63b..d10f318e 100644 --- a/zefie_wtvp_minisrv/includes/classes/WTVFTP.js +++ b/zefie_wtvp_minisrv/includes/classes/WTVFTP.js @@ -44,7 +44,6 @@ class WTVFTP { user = "anonymous"; pass = "anonymous@eff.org"; } - console.log(`User: ${user}, Pass: ${pass}, Host: ${host}`); const ftpClient = new this.ftp(); const port = parsed.port ? parseInt(parsed.port, 10) : 21;