]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
Added wxVector::swap().
[wxWidgets.git] / src / common / ftp.cpp
index 9b1cd2513b62964d71b2a02b112eeadf84ccaf04..235a29d3db85981622f0c258fffe81c482eef0ee 100644 (file)
@@ -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();