Skip to content

Commit 55eaa93

Browse files
committed
Remove debug cruft
1 parent 2e1a637 commit 55eaa93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/install-package-tests

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ case "${CLIENT_VERSION}" in
7171
;;
7272
esac
7373

74-
echo "DEBUG: CLIENT_VERSION is: '${CLIENT_VERSION}'"
75-
echo "DEBUG: TYPE is: '${TYPE}'"
76-
7774
if [ "${TYPE}" = "MySQL" ]; then
7875
SERVER_VERSION=$(mysql -e "SELECT VERSION()" --skip-column-names ${HOST_STRING} -u"${USER}" "${PASSWORD_STRING}")
7976
else

0 commit comments

Comments
 (0)