X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0576cd9ebe3430bdf7acf69e1dd1df92273f32ad..b356aa554a82f4d82f0c12abb83eb4656204fe7a:/src/common/ftp.cpp diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index 9b1cd2513b..235a29d3db 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -245,7 +245,6 @@ char wxFTP::SendCommand(const wxString& command) return 0; } -#ifdef __WXDEBUG__ // don't show the passwords in the logs (even in debug ones) wxString cmd, password; if ( command.Upper().StartsWith(_T("PASS "), &password) ) @@ -258,7 +257,6 @@ char wxFTP::SendCommand(const wxString& command) } LogRequest(cmd); -#endif // __WXDEBUG__ m_lastError = wxPROTO_NOERR; return GetResult();