Remove print statements from updater.py

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2017-10-17 16:09:47 -04:00
parent 2e0f84c486
commit 26b92473b4
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -251,9 +251,7 @@ def get_one_valid_targetinfo(self, target_filename):
root_file = os.path.join(repository_directory, 'metadata',
'current', 'root.json')
print('testing root_file: ' + repr(root_file))
if not os.path.isfile(root_file):
print('Root file does not exist!')
raise tuf.exceptions.Error('The Root file must exist'
' at ' + repr(root_file))