Remove requirements file names from output

In https://review.openstack.org/567646 this line (which was
used for debugging) was included by mistake. Leaving it there
results in malformed yaml when executing the py_pkgs plugin
from a console, so it must be removed.

Change-Id: I58a76109c272b0be384c4113069f48415e8ab010
This commit is contained in:
Jesse Pretorius 2018-05-15 13:58:33 +01:00
parent 55ddc8bd2c
commit f972983e34
1 changed files with 0 additions and 1 deletions

View File

@ -626,7 +626,6 @@ class DependencyFileProcessor(object):
return_list.insert(index, file_name)
else:
for file_name in return_list:
print(file_name)
if file_name.endswith('doc/requirements.txt'):
continue
if file_name.endswith('other-requirements.txt'):