remove debug println

This commit is contained in:
Gered 2014-03-02 14:43:15 -05:00
parent a5878fab54
commit 22ea7b35ab

View file

@ -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)