remove surplus debug statement

This commit is contained in:
Valentin Boettcher 2020-08-02 13:49:33 +02:00
parent 4d23754a93
commit f1ac496266

View file

@ -60,7 +60,6 @@
(defn- parse-dbus-event (defn- parse-dbus-event
"Parses a dbus state `update` into an event." "Parses a dbus state `update` into an event."
[update id] [update id]
(println (:ActiveState update))
(condp = (:ActiveState update) (condp = (:ActiveState update)
"failed" {:event :failed "failed" {:event :failed
;; we take the last message because the journal does not ;; we take the last message because the journal does not