From 2495b52ccff6fed2dac82457058540bd1e3aac70 Mon Sep 17 00:00:00 2001 From: Lily Iliana Luna Ylva Anderson Grigaitis Date: Sun, 24 Aug 2025 12:36:34 -0500 Subject: [PATCH] deleted some logging. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 542a52b..df1b02c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -390,8 +390,6 @@ impl Game { let p0 = &v0_rotor*&origin*&v0_rotor.Reverse(); //Produce a vertex of the ship in the world frame. let p1 = &v1_rotor*&origin*&v1_rotor.Reverse(); //... let p2 = &v2_rotor*&origin*&v2_rotor.Reverse(); //... - let message = format!("{}", &p2); - console::log_1(&message.into()); draw_point(&self.context, &(com*&origin*com.Reverse())); draw_point(&self.context, &p0);