remove console.log

This commit is contained in:
zefie
2025-07-21 17:44:12 -04:00
parent 79b89a00c3
commit 84a8abdb33

View File

@@ -44,7 +44,6 @@ class WTVFTP {
user = "anonymous"; user = "anonymous";
pass = "anonymous@eff.org"; pass = "anonymous@eff.org";
} }
console.log(`User: ${user}, Pass: ${pass}, Host: ${host}`);
const ftpClient = new this.ftp(); const ftpClient = new this.ftp();
const port = parsed.port ? parseInt(parsed.port, 10) : 21; const port = parsed.port ? parseInt(parsed.port, 10) : 21;