Removed temporary debug output and clean up

This commit is contained in:
Enrico Turri 2020-03-05 10:14:12 +01:00
parent dcf3565426
commit dc3df3aec7
9 changed files with 1 additions and 67 deletions

View file

@ -159,9 +159,6 @@ GUI_App::GUI_App()
GUI_App::~GUI_App()
{
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
std::cout << "GUI_App::~GUI_App()\n";
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
if (app_config != nullptr)
delete app_config;