mu4e-lists: remove some debugging

surgeon left some instruments in patient; let's remove.
This commit is contained in:
Dirk-Jan C. Binnema 2023-05-06 09:46:32 +03:00
parent 88ec2b86ce
commit 8e724e73e9
1 changed files with 0 additions and 1 deletions

View File

@ -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)