From 2971f46432fa3b236a3fb2a98a8ab358f7a0fb0c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 14 Jun 2017 01:02:27 +0530 Subject: Do not print out messages. * exiftool.el (exiftool-copy): Remove message. --- exiftool.el | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3