Remove testing code

This commit is contained in:
XorTroll 2021-07-11 17:06:44 +02:00
parent 8feb63193e
commit e2c834c8cd

View file

@ -876,7 +876,6 @@ namespace ui {
for(u32 i = 0; i < basesz; i++) {
auto &title = g_EntryList.root.titles[i - rmvd];
if(this->itemsMenu->IsItemMultiselected(basefsz + i)) {
g_MenuApplication->CreateShowDialog("A", "Moving title '" + title.name + "' to folder '" + folder + "'...", { "K" }, true);
if(cfg::MoveRecordTo(g_EntryList, title, folder)) {
rmvd++;
}