Merge "remove debugging print"

This commit is contained in:
Zuul 2018-03-30 08:41:18 +00:00 committed by Gerrit Code Review
commit 51d6c796a1

View File

@ -126,7 +126,6 @@ def get_global_reqs(content):
def _validate_one(name, reqs, branch_reqs, blacklist, global_reqs):
"Returns True if there is a failure."
print('_validate_one', name, reqs, branch_reqs, blacklist, global_reqs)
if (name in branch_reqs.reqs and
reqs == branch_reqs.reqs[name]):
# Unchanged [or a change that preserves a current value]