From 3fc7bffcbbd835542d7bfc5e2a5794a740324f02 Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Mon, 8 Aug 2016 18:54:49 +0200 Subject: [PATCH] remove debug artifact ('Thread/sleep'). --- src/iapetos/standalone.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/iapetos/standalone.clj b/src/iapetos/standalone.clj index 4196220..1935c39 100644 --- a/src/iapetos/standalone.clj +++ b/src/iapetos/standalone.clj @@ -56,7 +56,6 @@ [registry path] (reify HttpHandler (handle [_ e] - (Thread/sleep 100) (write-response! e registry path)))) ;; ## Server