Skip to content

Commit 2dddc7e

Browse files
clean up old debug code
1 parent d862231 commit 2dddc7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/src/setup.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ pub(crate) fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
9797
}
9898

9999
pub(crate) fn spawn_dialogue_runner(mut commands: Commands, project: Res<YarnProject>) {
100-
info!("spawn dialogue runner");
101100
let mut dialogue_runner = project.create_dialogue_runner(&mut commands);
102101
dialogue_runner
103102
.commands_mut()

0 commit comments

Comments
 (0)