0
Fork 0
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:
Andrey Antukh 2016-04-15 23:28:01 +03:00
parent 2649f4bed2
commit 3ab64e5a68
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -17,7 +17,6 @@
(defn- load
[alias]
(println "load" *target*)
(if (= *target* "nodejs")
{}
(when-let [data (.getItem js/localStorage (name alias))]