comment is not relevant anymore (bug was fixed)
This commit is contained in:
parent
fb6fcd4edd
commit
d9e61030e5
|
@ -33,8 +33,6 @@
|
||||||
(if-let [logger (:logger options)]
|
(if-let [logger (:logger options)]
|
||||||
(XRLog/setLoggerImpl logger))
|
(XRLog/setLoggerImpl logger))
|
||||||
(XRLog/setLoggingEnabled true))
|
(XRLog/setLoggingEnabled true))
|
||||||
; NOTE: a bug in how Open HTML to PDF's XRLog class initializes itself will always result
|
|
||||||
; in an initial little bit of logging output regardless of when we set this to false.
|
|
||||||
(XRLog/setLoggingEnabled false)))
|
(XRLog/setLoggingEnabled false)))
|
||||||
|
|
||||||
(defn prepare-html
|
(defn prepare-html
|
||||||
|
|
Loading…
Reference in a new issue