Remove accidentally checked in debugging code in Unix wxDir.
Undo the accidental change in c6c19dc580
.
Closes #17052.
This commit is contained in:
@@ -100,9 +100,6 @@ wxDirData::wxDirData(const wxString& dirname)
|
||||
|
||||
// do open the dir
|
||||
m_dir = opendir(m_dirname.fn_str());
|
||||
|
||||
wxLogSysError(12, _("Cannot enumerate files in directory '%s'"),
|
||||
m_dirname.c_str());
|
||||
}
|
||||
|
||||
wxDirData::~wxDirData()
|
||||
|
Reference in New Issue
Block a user