diff --git a/health-check.sh b/health-check.sh index 4248f6e988b136..5a6854ca0719b1 100644 --- a/health-check.sh +++ b/health-check.sh @@ -58,9 +58,6 @@ done if [[ $commit == true ]] then - # Let's make Vijaye the most productive person on GitHub. - git config --global user.name 'Vijaye Raji' - git config --global user.email 'vijaye@statsig.com' git add -A --force logs/ git commit -am '[Automated] Update Health Check Logs' git push