Skip to content

Commit 22b75ca

Browse files
authored
Update asset.rs
1 parent 79ec733 commit 22b75ca

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_mod_scripting_core/src

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_core/src/asset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use bevy::{
1010
app::{App, PreUpdate},
1111
asset::{Asset, AssetEvent, AssetId, AssetLoader, AssetPath, Assets},
1212
ecs::system::Resource,
13-
log::{debug, error, warn, info, trace},
13+
log::{debug, warn, info, trace},
1414
prelude::{
1515
Commands, Event, EventReader, EventWriter, IntoSystemConfigs, IntoSystemSetConfigs, Res,
1616
ResMut,

0 commit comments

Comments
 (0)