From 22ea7b35ab1b1654dc6179e70e375b7713596857 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 2 Mar 2014 14:43:15 -0500 Subject: [PATCH] remove debug println --- src/clj_jtwig/core.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clj_jtwig/core.clj b/src/clj_jtwig/core.clj index 527af56..8b68510 100644 --- a/src/clj_jtwig/core.clj +++ b/src/clj_jtwig/core.clj @@ -80,7 +80,6 @@ (if-not (.exists file) (throw (new FileNotFoundException (str "Template file \"" file "\" not found."))) (let [compile-template-fn (fn [file] - (println "compiling template: " file) (compile-template-file file))] (if (:cache-compiled-templates @options) (cache-compiled-template! file compile-template-fn)