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:
parent
14a1746ba5
commit
ac14c549ef
1 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue