From 9a15dc9bb80dc4851e98cd35af0cdf0191a46e8b Mon Sep 17 00:00:00 2001 From: jem Date: Mon, 15 Jun 2020 19:43:06 +0200 Subject: [PATCH] less verbous --- src/main/mastodon_bot/transform.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/mastodon_bot/transform.cljs b/src/main/mastodon_bot/transform.cljs index 0e76bc8..e02df8d 100644 --- a/src/main/mastodon_bot/transform.cljs +++ b/src/main/mastodon_bot/transform.cljs @@ -147,7 +147,6 @@ (if error (infra/exit-with-error error) (->> (infra/js->edn tweets) - (debug) (map twitter/parse-tweet) (filter #(> (:created-at %) last-post-time)) (remove #(blocked-content? transformation (:text %)))