From 3cc5f6e346cc7ef2af88eea1aea63813bdad35bf Mon Sep 17 00:00:00 2001 From: Hendrik Brucker Date: Mon, 23 Dec 2024 21:14:14 +0100 Subject: [PATCH] Remove leftover print in lightmapper_rd.cpp --- modules/lightmapper_rd/lightmapper_rd.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/lightmapper_rd/lightmapper_rd.cpp b/modules/lightmapper_rd/lightmapper_rd.cpp index 4efba0b20a49..fc548a20aa24 100644 --- a/modules/lightmapper_rd/lightmapper_rd.cpp +++ b/modules/lightmapper_rd/lightmapper_rd.cpp @@ -485,8 +485,6 @@ void LightmapperRD::_create_acceleration_structures(RenderingDevice *rd, Size2i RID material = mi.data.material[i]; if (material.is_valid()) { t.cull_mode = RSG::material_storage->material_get_cull_mode(material); - } else { - print_line("No material for mesh with vertex count ", mi.data.points.size()); } t.pad1 = 0; //make valgrind not complain triangles.push_back(t);