Skip to content

Commit

Permalink
Remove dbg! call
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Dec 31, 2024
1 parent 462051d commit 536838f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/plugins/src/camera/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ pub fn setup(mut commands: Commands, settings: Res<CameraSettings>) {
transform.rotation.z = settings.rotation_z;
transform.rotation.w = settings.rotation_w;
transform.rotation = transform.rotation.normalize();
dbg!(transform.rotation);
commands.spawn((
Name::new("Camera"),
FlyCam,
Expand Down

0 comments on commit 536838f

Please sign in to comment.