Fri, 14 Mar 2003 08:56:38 +0000
remove debug output.
pdf_page_label.c | file | annotate | diff | revisions |
1.1 --- a/pdf_page_label.c Fri Mar 14 08:24:37 2003 +0000 1.2 +++ b/pdf_page_label.c Fri Mar 14 08:56:38 2003 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 * tumble: build a PDF file from image files 1.5 * 1.6 * PDF routines 1.7 - * $Id: pdf_page_label.c,v 1.1 2003/03/14 00:24:37 eric Exp $ 1.8 + * $Id: pdf_page_label.c,v 1.2 2003/03/14 00:56:38 eric Exp $ 1.9 * Copyright 2003 Eric Smith <eric@brouhaha.com> 1.10 * 1.11 * This program is free software; you can redistribute it and/or modify 1.12 @@ -47,12 +47,6 @@ 1.13 struct pdf_obj *label_dict; 1.14 char style_str [2] = { style, '\0' }; 1.15 1.16 - fprintf (stderr, 1.17 - "page index %d, count %d, base %d, prefix '%s', style %c\n", 1.18 - page_index, count, base, 1.19 - prefix ? prefix : "NULL", 1.20 - style); 1.21 - 1.22 if (! pdf_file->page_label_tree) 1.23 { 1.24 pdf_file->page_label_tree = pdf_new_name_tree (pdf_file, 1);