From 0edba6e57a2795a7caaca18c49697d432287c2ea Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 24 Jan 2005 21:41:27 +0000 Subject: [PATCH] remove debugging fprintfs --- lib/common/emit.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/common/emit.c b/lib/common/emit.c index 972600574..afcdbc875 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -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); } -- 2.40.0