diff --git a/toscaparser/tosca_template.py b/toscaparser/tosca_template.py index 4591a14..7472278 100644 --- a/toscaparser/tosca_template.py +++ b/toscaparser/tosca_template.py @@ -253,4 +253,3 @@ class ToscaTemplate(object): msg = _('The pre-parsed input successfully passed validation.') log.info(msg) - print(msg)