From 76225dd4ca6708a325a18fa8c492c3cd212657d4 Mon Sep 17 00:00:00 2001 From: Malchevskiy Misha Date: Thu, 24 Dec 2015 15:41:17 +0300 Subject: [PATCH] Simplify without-logging-status --- test/clj/tapp/utils/logging.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/clj/tapp/utils/logging.clj b/test/clj/tapp/utils/logging.clj index c888838..ea7f1ff 100644 --- a/test/clj/tapp/utils/logging.clj +++ b/test/clj/tapp/utils/logging.clj @@ -39,7 +39,7 @@ #'mount.core/sigcont}) (defn without-logging-status [] - (doall (map #(clear-hooks %) lifecycle-fns))) + (doall (map clear-hooks lifecycle-fns))) (defn with-logging-status [] (without-logging-status)