Skip to content

Commit 4f518c2

Browse files
authored
Merge pull request #8082 from NBKelly/card-sleeves
whoops, logging is actually good now
2 parents 36a6dd9 + 254e03e commit 4f518c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljc/jinteki/prizes.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
(catch Exception e
1010
(println "Exc: " e)))
1111
{})
12-
_ (println (str (count (-> res slurp clojure.edn/read-string)) " card backs loaded"))]
12+
_ (println (str (count data) " card backs loaded"))]
1313
`(def ~sym (merge ~data ~base-card-backs)))))

0 commit comments

Comments
 (0)