Remove accidentally checked in debugging code in Unix wxDir.

Undo the accidental change in c6c19dc580.

Closes #17052.
This commit is contained in:
Vadim Zeitlin
2015-07-04 19:45:38 +02:00
parent 82f3234d95
commit c4df7fcf91

View File

@@ -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()