Cleanup: Remove debug code accidentally included in previous commit

This commit is contained in:
Hans Goudey
2025-07-25 17:26:22 -04:00
parent 33b430892c
commit 44e6822191

View File

@@ -7,7 +7,6 @@
*/
#include <climits>
#include <iostream>
#include "BLI_string.h"
@@ -176,7 +175,6 @@ gpu::VertBufPtr extract_tangents(const MeshRenderData &mr,
else {
MutableSpan tan_data = vbo->data<gpu::PackedNormal>();
int vbo_index = 0;
vbo->data<gpu::PackedNormal>().fill(gpu::PackedNormal{101, 102, 103, -2});
for (const int i : tangents.index_range()) {
const Span<float4> layer_data = tangents[i];
for (int corner = 0; corner < mr.corners_num; corner++) {