Cleanup: Remove accidentally committed debug print

This commit is contained in:
Hans Goudey
2024-06-20 13:52:14 -04:00
parent b3446ef26a
commit b5f8a50c80

View File

@@ -38,7 +38,6 @@
#include "BLI_listbase.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "iostream"
#include "DNA_key_types.h"
#include "DNA_object_types.h"
@@ -1747,8 +1746,6 @@ void push_end_ex(Object &ob, const bool use_nested_undo)
unode->normal = {};
}
std::cout << step_data->nodes.size() << '\n';
step_data->undo_size = threading::parallel_reduce(
step_data->nodes.index_range(),
16,