removed debug prints
This commit is contained in:
parent
ef171bbd2c
commit
cdf7dbef6e
1 changed files with 0 additions and 4 deletions
|
@ -92,7 +92,6 @@
|
||||||
(let [resource-paths
|
(let [resource-paths
|
||||||
(reverse (get-resource-paths-recursive
|
(reverse (get-resource-paths-recursive
|
||||||
"" path [""] :from-cp false))]
|
"" path [""] :from-cp false))]
|
||||||
(println resource-paths)
|
|
||||||
(doseq [path resource-paths]
|
(doseq [path resource-paths]
|
||||||
(io/delete-file path))))
|
(io/delete-file path))))
|
||||||
|
|
||||||
|
@ -113,9 +112,6 @@
|
||||||
source-file (io/file (file-from-cp-or-filesystem
|
source-file (io/file (file-from-cp-or-filesystem
|
||||||
fs-prefix
|
fs-prefix
|
||||||
(str base-path "/" resource-path)))]
|
(str base-path "/" resource-path)))]
|
||||||
(println resource-path)
|
|
||||||
(println source-file)
|
|
||||||
(println target-file)
|
|
||||||
(io/make-parents target-file)
|
(io/make-parents target-file)
|
||||||
(when (.isFile source-file)
|
(when (.isFile source-file)
|
||||||
(io/copy source-file target-file)))))))
|
(io/copy source-file target-file)))))))
|
||||||
|
|
Loading…
Reference in a new issue