mirror of
https://github.com/vale981/stream
synced 2025-03-05 10:01:39 -05:00
remove surplus debug statement
This commit is contained in:
parent
4d23754a93
commit
f1ac496266
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue