]> granicus.if.org Git - graphviz/commitdiff
turn off debugging fprintf()s
authorellson <devnull@localhost>
Sun, 4 Nov 2007 23:19:26 +0000 (23:19 +0000)
committerellson <devnull@localhost>
Sun, 4 Nov 2007 23:19:26 +0000 (23:19 +0000)
lib/common/emit.c

index 81d015758c63d8e07bcf1d3a471aa35e10dbb17a..e33e0f50490bc3d59c89d39e1c90fdf226ccb46d 100644 (file)
@@ -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,