diff --git a/tools/run_contributor_report.sh b/tools/run_contributor_report.sh index 5c0711c..4b2c8fc 100755 --- a/tools/run_contributor_report.sh +++ b/tools/run_contributor_report.sh @@ -24,16 +24,6 @@ do --highlight-sponsors --ignore-single-vendor $dat_file \ | tee $rpt_file.sponsor-contributions.csv - # CSV version of report summarizing contributions with orgs anonymized - who-helped contributions summarize -f csv \ - --anon --ignore-single-vendor $dat_file \ - | tee $rpt_file.anon-contributions.csv - - # CSV version of distinct orgs report - who-helped contributions distinct -f csv \ - --ignore-single-vendor $dat_file \ - | tee $rpt_file.organizations.csv - # CSV version of report summarizing people per org who-helped contributions summarize -f csv \ --count Name --ignore-single-vendor $dat_file \