Remove accidentally-committed deflate-debugging code.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 10 Dec 2006 00:34:21 +0000 (00:34 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 10 Dec 2006 00:34:21 +0000 (00:34 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/halibut@6985 cda61777-01e9-0310-a592-d414129be87e

bk_pdf.c

index 319e8fb..bdce859 100644 (file)
--- a/bk_pdf.c
+++ b/bk_pdf.c
@@ -487,11 +487,6 @@ void pdf_backend(paragraph *sourceform, keywordlist *keywords,
        rdaddsc(&rs, text);
 
        if (o->stream.text) {
-           char buf[100];
-           sprintf(buf, "stream%06d", o->number);
-           fp = fopen(buf, "wb");
-           fwrite(o->stream.text, 1, o->stream.pos, fp);
-           fclose(fp);
            zcontext = deflate_compress_new(DEFLATE_TYPE_ZLIB);
            deflate_compress_data(zcontext, o->stream.text, o->stream.pos,
                                  DEFLATE_END_OF_DATA, &zbuf, &zlen);