]> granicus.if.org Git - graphviz/commitdiff
remove debugging fprintfs
authorellson <devnull@localhost>
Mon, 24 Jan 2005 21:41:27 +0000 (21:41 +0000)
committerellson <devnull@localhost>
Mon, 24 Jan 2005 21:41:27 +0000 (21:41 +0000)
lib/common/emit.c

index 972600574e4b28c0433ff7e15ab417dd18d59083..afcdbc875d2d7a9c15b8900066c1b648da8c667f 100644 (file)
@@ -236,7 +236,6 @@ static void setup_pagination(GVC_t * gvc, graph_t * g)
     }
 
     set_pagedir(g);
-fprintf(stderr,"width=%d height=%d zoom=%g\n", gvc->job->width, gvc->job->height, gvc->job->zoom);
 
     /* determine page box including centering */
     if (GD_drawing(g)->centered) {
@@ -248,7 +247,6 @@ fprintf(stderr,"width=%d height=%d zoom=%g\n", gvc->job->width, gvc->job->height
        PB.LL.x += extra.x / 2;
        PB.LL.y += extra.y / 2;
     }
-fprintf(stderr,"PB.LL=%d,%d DS=%d,%d dpi=%d\n",PB.LL.x, PB.LL.y, DS.x, DS.y, gvc->job->dpi);
     PB.UR = add_points(PB.LL, DS);
 }