lint: Remove unnecessary call to `tabulated-list-print'

* lisp/org-lint.el (org-lint--display-reports): Remove
`tabulated-list-print' call.  This is already taken care of by
`org-lint--refresh-reports' above.
This commit is contained in:
Nicolas Goaziou 2020-12-19 11:52:52 +01:00
parent 6b83c6e4ea
commit b6e5ca28ef
1 changed files with 0 additions and 1 deletions

View File

@ -1191,7 +1191,6 @@ CHECKERS is the list of checkers used."
(setf org-lint--source-buffer source)
(setf org-lint--local-checkers checkers)
(org-lint--refresh-reports)
(tabulated-list-print)
(add-hook 'tabulated-list-revert-hook #'org-lint--refresh-reports nil t))
(pop-to-buffer buffer)))