Removes rebuild after each deleted post when deleting by ip.

This commit is contained in:
nonmakina 2021-01-18 01:30:20 -06:00
parent 11d59a9181
commit c87cd9ab82
1 changed files with 0 additions and 2 deletions

View File

@ -2259,8 +2259,6 @@ function mod_deletebyip($boardName, $post, $global = false) {
rebuildThemes('post-delete', $board['uri']);
buildIndex();
if ($post['thread'])
$threads_to_rebuild[$post['board']][$post['thread']] = true;
else