mirror of
https://github.com/vale981/stream
synced 2025-03-04 17:41:38 -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
|
||||
"Parses a dbus state `update` into an event."
|
||||
[update id]
|
||||
(println (:ActiveState update))
|
||||
(condp = (:ActiveState update)
|
||||
"failed" {:event :failed
|
||||
;; we take the last message because the journal does not
|
||||
|
|
Loading…
Add table
Reference in a new issue