From 3dd8d7a6d79679afec0e9c87f71579bbc837df98 Mon Sep 17 00:00:00 2001 From: flynn Date: Thu, 14 Feb 2019 02:19:44 +0100 Subject: [PATCH] add some logging, remove this --- src/clj/cat/routes/home.clj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/clj/cat/routes/home.clj b/src/clj/cat/routes/home.clj index 8edcd80..a903476 100644 --- a/src/clj/cat/routes/home.clj +++ b/src/clj/cat/routes/home.clj @@ -38,6 +38,10 @@ (defroutes home-routes (GET "/" req + (log/info "------") + (log/info (env :oauth-consumer-key)) + (log/info (env :oauth-consumer-secret)) + (log/info "------") (let [users (get-users) relations (get-relations) user (-> (get-in req [:session :user]))