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;