diff --git a/debian/tests/xmllint-functions b/debian/tests/xmllint-functions index 9fb98d9..c92301b 100755 --- a/debian/tests/xmllint-functions +++ b/debian/tests/xmllint-functions @@ -26,7 +26,6 @@ lint_xmls() { echo "${nb_files} files will be checked" while IFS= read -d $'\n' -r xml_file ; do - echo "xmllinting file '${xml_file}'" xmllint --noout ${xml_file} local xmllint_result=$? echo "${xml_file},${xmllint_result}" >> ${xml_lint_summary}