mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
✨ Allow debug in for release build
This commit is contained in:
parent
3d064b804b
commit
1c54e9fa4d
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue