Update Config.hpp

This commit is contained in:
0TheSpy
2022-10-29 18:53:43 +03:00
committed by GitHub
parent 8f59fb2998
commit 297ae01e6b

View File

@ -85,9 +85,7 @@ public:
string name = configs[selected]; string name = configs[selected];
if (remove(name.c_str()) != 0) if (remove(name.c_str()) != 0)
{ {
#ifdef DEBUG printfdbg("Error deleting file %s\n", name.c_str());
printf("Error deleting file %s\n", name.c_str());
#endif
} }
Refresh(); Refresh();
} }
@ -170,9 +168,7 @@ public:
else else
vremya = "empty"; vremya = "empty";
times.push_back(vremya); times.push_back(vremya);
#ifdef DEBUG printfdbg("fn %s %s", fd.cFileName, vremya.c_str());
printf("fn %s %s", fd.cFileName, vremya.c_str());
#endif
} }
} while (::FindNextFile(hFind, &fd)); } while (::FindNextFile(hFind, &fd));
::FindClose(hFind); ::FindClose(hFind);