From 1c54e9fa4dba087ad024c8a776ccadf859a5f23a Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 23 Jan 2023 14:03:28 +0100 Subject: [PATCH] :sparkles: Allow debug in for release build --- frontend/src/debug.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/debug.cljs b/frontend/src/debug.cljs index 4e45f7ae51..e66d23dea2 100644 --- a/frontend/src/debug.cljs +++ b/frontend/src/debug.cljs @@ -131,9 +131,7 @@ (defn ^:export ^boolean debug? [option] - (if *assert* - (boolean (@*debug* option)) - false)) + (boolean (@*debug* option))) (defn ^:export toggle-debug [name] (let [option (keyword name)] (if (debug? option)