Remove undesired message on CLI

Remove print statement, only log it.

Change-Id: I97bb50d1cac69e2e5bc8533747d0684b681af5b6
Closes-Bug: 1540592
This commit is contained in:
Sahdev Zala 2016-02-01 13:24:52 -08:00
parent 221d6694b1
commit db65197186

View File

@ -253,4 +253,3 @@ class ToscaTemplate(object):
msg = _('The pre-parsed input successfully passed validation.')
log.info(msg)
print(msg)