From 90860e5511d58d1c041cd747ad0c7362ed8de95b Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 13 Jul 2024 09:02:19 -0700 Subject: [PATCH] Remove profile from workspace config --- web/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/Cargo.toml b/web/Cargo.toml index fea7acc..d036946 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -39,8 +39,3 @@ features = [ "MediaQueryList", "Window" ] - - -[profile.release] -debug = true -