Remove undesired message on CLI
Remove print statement, only log it. Change-Id: I97bb50d1cac69e2e5bc8533747d0684b681af5b6 Closes-Bug: 1540592
This commit is contained in:
parent
221d6694b1
commit
db65197186
@ -253,4 +253,3 @@ class ToscaTemplate(object):
|
||||
msg = _('The pre-parsed input successfully passed validation.')
|
||||
|
||||
log.info(msg)
|
||||
print(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user