mirror of
https://github.com/penpot/penpot.git
synced 2025-02-18 21:06:11 -05:00
Remove printlns
This commit is contained in:
parent
3f4b19618c
commit
16d2cbd381
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@
|
||||||
page (mx/react refs/selected-page)
|
page (mx/react refs/selected-page)
|
||||||
show-more? (pos? min-version)
|
show-more? (pos? min-version)
|
||||||
load-more #(st/emit! (udh/load-more))]
|
load-more #(st/emit! (udh/load-more))]
|
||||||
(println "selected" selected)
|
|
||||||
[:ul.history-content
|
[:ul.history-content
|
||||||
(for [item items
|
(for [item items
|
||||||
:let [current? (= (:version item) (:version page))]]
|
:let [current? (= (:version item) (:version page))]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue