From fce8282ac36530de210985473f9d787f2d525e75 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 30 Sep 2019 21:21:11 +0200 Subject: Remove debug --- libstorycode/storycode.y | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y index d654bd7..943ba27 100644 --- a/libstorycode/storycode.y +++ b/libstorycode/storycode.y @@ -182,10 +182,7 @@ void push_paragraph(struct many_paragraphs *mp, struct paragraph p) mp->paras = nparas; } -printf("pushing para with %i runs\n", p.n_runs); - mp->paras[mp->n_paras++] = p; - printf("now %i paras\n", mp->n_paras); } @@ -195,13 +192,10 @@ struct text_run **combine_paras(struct many_paragraphs mp, int **pn_runs) int *n_runs; int i; - printf("combining %i paras\n", mp.n_paras); combined_paras = malloc(mp.n_paras * sizeof(struct text_run *)); n_runs = malloc(mp.n_paras * sizeof(int)); for ( i=0; i