remove debug println
This commit is contained in:
parent
a5878fab54
commit
22ea7b35ab
|
@ -80,7 +80,6 @@
|
||||||
(if-not (.exists file)
|
(if-not (.exists file)
|
||||||
(throw (new FileNotFoundException (str "Template file \"" file "\" not found.")))
|
(throw (new FileNotFoundException (str "Template file \"" file "\" not found.")))
|
||||||
(let [compile-template-fn (fn [file]
|
(let [compile-template-fn (fn [file]
|
||||||
(println "compiling template: " file)
|
|
||||||
(compile-template-file file))]
|
(compile-template-file file))]
|
||||||
(if (:cache-compiled-templates @options)
|
(if (:cache-compiled-templates @options)
|
||||||
(cache-compiled-template! file compile-template-fn)
|
(cache-compiled-template! file compile-template-fn)
|
||||||
|
|
Reference in a new issue