Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 30, 2024
1 parent bfbb529 commit eede480
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/get_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ json_result="["
if [[ -n "$all_directories" ]]; then # Check if all_directories is not an empty string
while read -r dir; do
if [[ -n "$dir" ]]; then # Check if dir is not an empty string
echo "This is the dir" >&2
echo "$dir" >&2
if ! is_excluded "$dir"; then
json_result+=$(generate_json "$dir")
json_result+=","
Expand Down

0 comments on commit eede480

Please sign in to comment.