From 45bf5ca9f1ab4fcec6388ba9624e6eac719e0b24 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 17 Apr 2021 02:41:57 +0100 Subject: nits --- lib/doc/jao-doc-view.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/doc') diff --git a/lib/doc/jao-doc-view.el b/lib/doc/jao-doc-view.el index 0687518..058fc04 100644 --- a/lib/doc/jao-doc-view.el +++ b/lib/doc/jao-doc-view.el @@ -64,8 +64,7 @@ (when-let (fn (and (not (equalp cb b)) (jao-doc-view--is-pdf))) (add-to-list 'docs fn)))) (when (> (length docs) 0) - (jao-doc-view--save-to-file jao-doc-view-session-file docs) - (message "%s docs saved" (length docs))))) + (jao-doc-view--save-to-file jao-doc-view-session-file docs)))) (defun jao-doc-view--save-session-1 () (when (jao-doc-view--is-pdf) (jao-doc-view-save-session t))) -- cgit v1.2.3