From: ellson Date: Sun, 4 Nov 2007 23:19:26 +0000 (+0000) Subject: turn off debugging fprintf()s X-Git-Tag: LAST_LIBGRAPH~32^2~5086 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e23cbd59ef1c108791fdd7cdf5d91c56b309b13;p=graphviz turn off debugging fprintf()s --- diff --git a/lib/common/emit.c b/lib/common/emit.c index 81d015758..e33e0f504 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -831,7 +831,7 @@ static void setup_page(GVJ_t * job, graph_t * g) job->translation.y = - job->clip.LL.y + job->canvasBox.LL.y / job->zoom; } -#if 1 +#if 0 fprintf(stderr,"width=%d height=%d dpi=%g,%g\npad=%g,%g focus=%g,%g view=%g,%g zoom=%g\npageBox=%g,%g,%g,%g pageSize=%g,%g canvasBox=%g,%g,%g,%g pageOffset=%g,%g\ntranslation=%g,%g clip=%g,%g,%g,%g margin=%g,%g\n", job->width, job->height, job->dpi.x, job->dpi.y,