Skip to content

Commit 0302b73

Browse files
committed
[remove] println.
1 parent ee0115b commit 0302b73

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • crates/lambda-rs-platform/src/gfx

crates/lambda-rs-platform/src/gfx/api.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ if #[cfg(any(feature = "gfx-with-gl", all(feature = "detect-platform", unix, not
1414
pub use gfx_backend_dx12 as RenderingAPI;
1515
} else {
1616
pub use gfx_backend_empty as RenderingAPI;
17-
println!("[WARN] No rendering backend specified, using empty backend.");
1817
}
1918
}

0 commit comments

Comments
 (0)