diff --git a/src/uxbox/util/storage.cljs b/src/uxbox/util/storage.cljs index 17b9468d3f..6fa1eeeb7c 100644 --- a/src/uxbox/util/storage.cljs +++ b/src/uxbox/util/storage.cljs @@ -17,7 +17,6 @@ (defn- load [alias] - (println "load" *target*) (if (= *target* "nodejs") {} (when-let [data (.getItem js/localStorage (name alias))]