From f9026c847a4f80db076015088e1a6d7f5612535a Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Fri, 24 Jan 2025 12:44:41 -0800 Subject: [PATCH] Stop printing the projection basis --- app-proto/src/engine.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app-proto/src/engine.rs b/app-proto/src/engine.rs index 1c32417..eee19ac 100644 --- a/app-proto/src/engine.rs +++ b/app-proto/src/engine.rs @@ -130,12 +130,6 @@ impl ConfigSubspace { // express the basis in the standard coordinates let basis_std = proj_to_std * &basis_proj; - // print the projection basis in projection coordinates - #[cfg(all(target_family = "wasm", target_os = "unknown"))] - console::log_1(&JsValue::from( - format!("Basis in projection coordinates:{}", basis_proj) - )); - const ELEMENT_DIM: usize = 5; const UNIFORM_DIM: usize = 4; ConfigSubspace {