Skip to content

Commit a7bf53f

Browse files
committed
Remove debugging
1 parent 5db1bc7 commit a7bf53f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/run-pip-tests

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ if ! hash pip 2>/dev/null; then
6464
exit 0
6565
fi
6666

67-
set -x
6867
# Determine which version of PySpark we are building for archive name
6968
PYSPARK_VERSION=$(python3 -c "exec(open('python/pyspark/version.py').read());print(__version__)")
7069
PYSPARK_DIST="$FWDIR/python/dist/pyspark-$PYSPARK_VERSION.tar.gz"

0 commit comments

Comments
 (0)