From 388de03ead8e72af04c5ac8713e4c2708e0d797c Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Tue, 26 Dec 2017 22:42:12 +0200 Subject: [PATCH] Exclude chain --- test/cljc/reitit/chain.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cljc/reitit/chain.clj b/test/cljc/reitit/chain.clj index cff3242c..ece79b96 100644 --- a/test/cljc/reitit/chain.clj +++ b/test/cljc/reitit/chain.clj @@ -10,6 +10,7 @@ ; ; You must not remove this notice, or any other, from this software. +(comment (ns reitit.chain "Interceptor pattern. Executes a chain of Interceptor functions on a common \"context\" map, maintaining a virtual \"stack\", with error @@ -378,3 +379,4 @@ context))) ([context interceptors] (execute (enqueue context interceptors)))) +)