mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
Remove commented code.
This commit is contained in:
parent
d75e1a5a85
commit
e73ffddb50
1 changed files with 0 additions and 7 deletions
|
@ -259,13 +259,6 @@
|
||||||
:name "project"
|
:name "project"
|
||||||
:mixins [rum/static]}))
|
:mixins [rum/static]}))
|
||||||
|
|
||||||
;; (defn sorted-projects
|
|
||||||
;; [projects sort-order]
|
|
||||||
;; (let [project-cards (map (partial project-card conn) (sort-by sort-order projects))]
|
|
||||||
;; (if (= sort-order :project/name)
|
|
||||||
;; project-cards
|
|
||||||
;; (reverse project-cards))))
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Grid
|
;; Grid
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Reference in a new issue