summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/imgreplacer.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imgreplacer.clj b/src/imgreplacer.clj
index 6f763e7..bc9b00f 100644
--- a/src/imgreplacer.clj
+++ b/src/imgreplacer.clj
@@ -38,7 +38,6 @@
fname (last (.split url "/"))
file (File. (file-path date fname))
img (ImageIO/read (ByteArrayInputStream. bytes))]
- (println img)
(make-parents file)
(copy (ByteArrayInputStream. bytes) file)
(image-url date fname)))