mu4e/mu4e~start: remove some debugging leftover

This commit is contained in:
Dirk-Jan C. Binnema
2020-01-28 10:01:39 +02:00
parent dd98203d42
commit a7c4fdd029

View File

@ -806,7 +806,7 @@ first. If mu4e is already running, execute function FUNC (if
non-nil). Otherwise, check various requireme`'nts, then start mu4e.
When successful, call FUNC (if non-nil) afterwards."
;; if we're already running, simply go to the main view
(if (and nil mu4e-running-p) ;; already running?
(if (mu4e-running-p) ;; already running?
(when func (funcall func)) ;; yes! run func if defined
(progn
;; no! try to set a context, do some checks, set up pong handler and ping