mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
Remove commented code from collimp ns.
This commit is contained in:
parent
14a1746ba5
commit
ac14c549ef
@ -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)]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user