Skip to content

Commit 2582793

Browse files
committed
Merge pull request #100774 from Geometror/rm-leftover-print-lightmapper
Remove leftover debug print statement from `lightmapper_rd.cpp`
2 parents d12eeef + 3cc5f6e commit 2582793

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/lightmapper_rd/lightmapper_rd.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,6 @@ void LightmapperRD::_create_acceleration_structures(RenderingDevice *rd, Size2i
485485
RID material = mi.data.material[i];
486486
if (material.is_valid()) {
487487
t.cull_mode = RSG::material_storage->material_get_cull_mode(material);
488-
} else {
489-
print_line("No material for mesh with vertex count ", mi.data.points.size());
490488
}
491489
t.pad1 = 0; //make valgrind not complain
492490
triangles.push_back(t);

0 commit comments

Comments
 (0)