# HG changeset patch # User Zachary Kanfer # Date 1507612176 14400 # Tue Oct 10 01:09:36 2017 -0400 # Node ID af775eb87a1c854149bd68bc6b464f9f76facf93 # Parent 93d6332f4c033211d70c5eaed8e98d356f709d32 remove extra #'message call. diff --git a/zpresent.el b/zpresent.el --- a/zpresent.el +++ b/zpresent.el @@ -796,7 +796,6 @@ (defun zpresent--insert-image (image-location) "Insert IMAGE-LOCATION as an image." (when-let ((image (zpresent--get-image-from-cache image-location 1))) - (message "found the image!") (insert-image image))) (defun zpresent--get-image-data (image-location)