1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00

gotta-patch-em: Remove debug code leftover

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-04-30 23:32:42 +02:00
parent 6f569003bf
commit 6a24da8602

View File

@ -307,8 +307,6 @@ function generate_info {
if [ "$last_font_root" != "$font_root" ]
then
echo "$LINE_PREFIX --- Calling standardize-and-complete-readmes for $font_root"
echo "./standardize-and-complete-readmes.sh \"$font_root\" \"$patched_parent_dir\""
echo "PWD `pwd`"
${sd}/standardize-and-complete-readmes.sh "$font_root" "$patched_parent_dir"
echo "$LINE_PREFIX ---"
last_font_root=$font_root