Skip to content

Commit

Permalink
test: remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lrm25 committed Jan 17, 2025
1 parent a0d5350 commit 5cd6033
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/util/util_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,6 @@ download_and_compare_file_with_user() {
#fi
if ! compare_files "$2" "$file_to_compare"; then
log 2 "files don't match"
log 2 "file one: $(od -t x1 "$2")"
log 2 "file two: $(od -t x1 "$file_to_compare")"
for fl in $(find /tmp/gw/* -print); do
log 2 "$fl: $(od -t x1 "$fl")"
done
return 1
fi
return 0
Expand Down

0 comments on commit 5cd6033

Please sign in to comment.