summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--exiftool.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/exiftool.el b/exiftool.el
index 06c056e..9644f7f 100644
--- a/exiftool.el
+++ b/exiftool.el
@@ -113,7 +113,6 @@ If no TAGS are specified, copy all tags from SOURCE."
 	      (mapcar (apply-partially 'format "-%s") tags)
 	    (list "-all:all"))
 	  (list destination)))
-  (message "Tags from %s copied to %s" source destination)
   destination)
 
 (defun exiftool-write (file &rest tag-value-alist)