From 8e724e73e9f0451e28c9c2bd3aef94f657445dd8 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 6 May 2023 09:46:32 +0300 Subject: [PATCH] mu4e-lists: remove some debugging surgeon left some instruments in patient; let's remove. --- mu4e/mu4e-lists.el | 1 - 1 file changed, 1 deletion(-) diff --git a/mu4e/mu4e-lists.el b/mu4e/mu4e-lists.el index 9088b711..8983ec11 100644 --- a/mu4e/mu4e-lists.el +++ b/mu4e/mu4e-lists.el @@ -97,7 +97,6 @@ Based on the current value of `mu4e-mailing-lists' and (interactive) (setq mu4e--lists-hash (make-hash-table :test 'equal)) (seq-do (lambda (item) - (message "%S %s" item (plistp item)) (if (plistp item) ;; the new format (puthash (plist-get item :list-id) item mu4e--lists-hash)