0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

Remove commented code from collimp ns.

This commit is contained in:
Andrey Antukh 2016-11-22 17:05:07 +01:00
parent 14a1746ba5
commit ac14c549ef
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -163,12 +163,6 @@
(println "Importing image:" (str fpath))
(create-image conn id imageid fpath))))
#_(if-let [image (retrieve-image conn imageid)]
(do
(delete-image conn image)
(create-image conn id imageid fpath))
(create-image conn id imageid fpath))
(defn- process-images-entry
[conn basedir {:keys [path regex] :as entry}]
{:pre [(us/valid? ::import-entry entry)]}