Skip to content

Commit 0302b73

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

File tree

1 file changed

+0
-1
lines changed
  • crates/lambda-rs-platform/src/gfx

1 file changed

+0
-1
lines changed

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)