mirror of
https://github.com/penpot/penpot.git
synced 2025-03-16 09:41:41 -05:00
Remove debug messages on storage ns.
This commit is contained in:
parent
2649f4bed2
commit
3ab64e5a68
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
|
||||
(defn- load
|
||||
[alias]
|
||||
(println "load" *target*)
|
||||
(if (= *target* "nodejs")
|
||||
{}
|
||||
(when-let [data (.getItem js/localStorage (name alias))]
|
||||
|
|
Loading…
Add table
Reference in a new issue