From a34738301fc8672e40566481bb3c167a3906ccf5 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 18 Feb 2016 09:16:37 -0800 Subject: [PATCH] removing extraneous logging entry --- tldp/doctypes/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tldp/doctypes/common.py b/tldp/doctypes/common.py index f75e6be..2746c15 100644 --- a/tldp/doctypes/common.py +++ b/tldp/doctypes/common.py @@ -46,8 +46,6 @@ class BaseDoctype(object): self.output.build_success_hook() else: self.output.build_failure_hook() - logger.info("%s generation of all documents %s", - self.source.stem, result) return all(vector) #