lorid

convert chordpro to pdf
git clone git://git.relim.de/lorid.git
Log | Files | Refs | README | LICENSE

commit 0bf292a45724b27f129d12774c491563c086b0ae
parent 5a6cd3087a38aad1e01c42fd429a00827ef024ac
Author: nibo <nibo@relim.de>
Date:   Sun, 29 Sep 2024 17:28:11 +0200

Remove debug printf

Diffstat:
Mout_pdf.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/out_pdf.c b/out_pdf.c @@ -874,7 +874,6 @@ static struct Text **text_create(struct ChoSong **songs, struct Config *config) // text_lines[i]->items[0]->x = MARGIN_HORIZONTAL + (LINE_WIDTH - width) / 2; text[t]->lines = realloc(text[t]->lines, (tl+1) * sizeof(struct TextLine *)); text[t]->lines[tl] = text_lines[i]; - printf("text: '%s'\n", text_lines[i]->items[0]->text); tl++; } free(text_lines); @@ -1078,7 +1077,6 @@ static struct Text **text_create(struct ChoSong **songs, struct Config *config) struct TextLineMetadata *me; for (m = 0; m<tlm; m++) { me = lines_metadata[m]; - printf("%d %d %d\n", me->text_index, me->text_line_index, me->is_lyrics); free(lines_metadata[m]); } free(lines_metadata);