Already committed that

The app is creating the directory at startup. It still needs a
wxNullLog though (is in place already too), to catch the case of a user deleting the subfolder of the currently selected language.
After adding approximately the 25.000th wxNullLog to the code, I start asking myself why we don't add one wxNullLog to
CodeBlocksApp::OnRun.
All wxWidgets messages are all bullshit anyway, nobody wants to read them, there is never anything useful in them. They only hinder your workflow by throwing up a modal box that tells you something which does not matter and which you don't want to know (and which sometimes is not true, but is really just wxWidgets' bad implementation, as in "path contains too many '..'").
We're probably saving considerable code size and execution time by removing all the many
wxNullLogs and inserting one early at startup.
Or, is there anyone who actually wants to read them?