Cleanup: Remove accidentally committed debug print
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user