Browse Source

Remove debugging print following GI reorganization

Hugo Locurcio 3 năm trước cách đây
mục cha
commit
f9e6b292e2
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      servers/rendering/renderer_rd/environment/gi.cpp

+ 0 - 2
servers/rendering/renderer_rd/environment/gi.cpp

@@ -3633,8 +3633,6 @@ void GI::process_gi(RID p_render_buffers, RID *p_normal_roughness_views, RID p_v
 			RD::get_singleton()->free(rb->rbgi.reflection_buffer);
 		}
 
-		print_line("Allocating GI buffers"); // TESTING REMOVE BEFORE MERGING
-
 		// Remember the view count we're using
 		rb->rbgi.view_count = p_view_count;