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