testbed: Remove use of missing log feature (#684)
This code has been here but not used for a long time. There's no log feature (or dependency) within the testbed crates.
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
|
||||
extern crate nalgebra as na;
|
||||
|
||||
#[cfg(feature = "log")]
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub use crate::graphics::{BevyMaterial, GraphicsManager};
|
||||
pub use crate::harness::plugin::HarnessPlugin;
|
||||
pub use crate::physics::PhysicsState;
|
||||
|
||||
Reference in New Issue
Block a user