From f1ac4962664646c4a6ce5e9018471da3ef9a8a38 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Sun, 2 Aug 2020 13:49:33 +0200 Subject: [PATCH] remove surplus debug statement --- src/stream/commander/api.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stream/commander/api.clj b/src/stream/commander/api.clj index 500ba08..6f1204c 100644 --- a/src/stream/commander/api.clj +++ b/src/stream/commander/api.clj @@ -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