From d9e61030e5a62a538c83a9ecfd86a88ffd95b8b7 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 17 Aug 2017 15:30:31 -0400 Subject: [PATCH] comment is not relevant anymore (bug was fixed) --- src/clj_htmltopdf/core.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/clj_htmltopdf/core.clj b/src/clj_htmltopdf/core.clj index a3f8639..e4f9fef 100644 --- a/src/clj_htmltopdf/core.clj +++ b/src/clj_htmltopdf/core.clj @@ -33,8 +33,6 @@ (if-let [logger (:logger options)] (XRLog/setLoggerImpl logger)) (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))) (defn prepare-html