0
Fork 0
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:
Andrey Antukh 2016-02-21 20:31:28 +02:00
parent d75e1a5a85
commit e73ffddb50

View file

@ -259,13 +259,6 @@
:name "project"
: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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;