Skip to content

Commit

Permalink
comment out percent
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed May 18, 2024
1 parent 9bebcbc commit 7f80683
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/mathlib_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ printf -- '---\n\n## Weekly stats (%s %(%Y-%m-%d)T)\n\n' "${date}" -1

printf -- ' Reference commits: old %s, new %s.\n\n' "${oldCommitURL}" "${currentCommitURL}"

printf -- '%s, %s total(insertions-deletions)\n\n---\n\n%s\n\n' "${gdiff}" "${net}" "${percent}"
printf -- '%s, %s total(insertions-deletions)\n\n' "${gdiff}" "${net}"

#printf -- '---\n\n%s\n\n' "${percent}"

printf -- 'Declarations:\n%s\n\nTake also a look at the [`Mathlib` stats page](%s).\n' "${declSummary}" "${statsURL}"

0 comments on commit 7f80683

Please sign in to comment.