Skip to content

Commit

Permalink
remove debug lines from pre-push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall committed Oct 6, 2024
1 parent 8f44c1d commit 196b3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-push-hook
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ currentScriptPath=$(dirname $0)/$(basename $0)


[[ $currentScriptPath != $prePushHookPath ]] && [[ "check" != $1 ]] && {
echo "PPHP: $prePushHookPath"
echo "CSP: $currentScriptPath"
# echo "PPHP: $prePushHookPath"
# echo "CSP: $currentScriptPath"
[[ -z $1 ]] || [[ "install" != $1 ]] && {
echo "run as $0 'install' to check and/or install the pre-push hook"
exit 1
Expand Down

0 comments on commit 196b3f9

Please sign in to comment.