fix(renderer): removed debug log

This commit is contained in:
lisk77 2025-11-02 19:38:25 +01:00
parent a2715eafab
commit 676b1dcb18

View file

@ -354,8 +354,6 @@ impl<'a> Renderer2D<'a> {
} else {
resources.insert_bind_group("Font".into(), camera_group);
}
} else {
debug!("Font pass created with its own layout, waiting for camera bind group to be set later.");
}
info!("Font {} successfully loaded into renderer", path);