Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed May 12, 2024
1 parent 57ab0f4 commit 918447f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/run
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ mkdir -p ${WORK_DIR}

echo "Working directory = ${WORK_DIR}"

echo "DEBUG: ${test_path}"
ls -l ${test_path}

echo "---"

for f in \
${test_path}/core/core.py \
"${test_path}/core/core.py --verbose cg,deflate --verbose_add eval,cg --verbose_remove cg,deflate --help" \
Expand Down Expand Up @@ -82,9 +77,6 @@ for f in \
${test_path}/ml/parallel_transport_pooling.py
do

echo "DEBUG: Start $f"


printf "%-120s" " [TEST] $f"

start=$SECONDS
Expand Down

0 comments on commit 918447f

Please sign in to comment.