[infra] removing debug output

This commit is contained in:
Mike Aizatsky 2016-12-13 13:11:47 -08:00 committed by GitHub
parent 8c4188d921
commit 5c2eb9da69
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ for FUZZER_BINARY in $(find $OUT/ -executable -type f); do
EOF
)
echo "$REPORT_TEXT" > /junit_reports/$FUZZER.xml
echo "$REPORT_TEXT"
done
if [ "$N" -eq "0" ]; then