diff options
author | Arun Isaac | 2017-06-14 01:02:27 +0530 |
---|---|---|
committer | Arun Isaac | 2017-06-14 01:02:27 +0530 |
commit | 2971f46432fa3b236a3fb2a98a8ab358f7a0fb0c (patch) | |
tree | 194532a6735cd79f3c8b1994714da20b241e634b | |
parent | 29ea037677bb5b9a2d0e4f50f275feca605bc516 (diff) | |
download | exiftool.el-2971f46432fa3b236a3fb2a98a8ab358f7a0fb0c.tar.gz exiftool.el-2971f46432fa3b236a3fb2a98a8ab358f7a0fb0c.tar.lz exiftool.el-2971f46432fa3b236a3fb2a98a8ab358f7a0fb0c.zip |
Do not print out messages.
* exiftool.el (exiftool-copy): Remove message.
-rw-r--r-- | exiftool.el | 1 |
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) |