diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index 853a32810..c0ace1b7a 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -1942,7 +1942,6 @@ function clearEntryList() { console.time('clearEntryList'); const $list = $('#world_popup_entries_list'); - if (!$list.children().length) { console.debug('List already empty, skipping cleanup.'); console.timeEnd('clearEntryList'); @@ -1977,7 +1976,6 @@ function clearEntryList() { $select.off(); $.cleanData([$select[0]]); - }); // Step 3: Clean