git-hooks: remove debug printing.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bill Thiede 2021-07-17 08:14:51 -07:00
parent f846da18ad
commit ac4f5eb9a6

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e -x
set -e
pushd () {
command pushd "$@" > /dev/null
}