diff --git a/frontend/src/debug.cljs b/frontend/src/debug.cljs index 4e45f7ae5..e66d23dea 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)