From 78973a1ed1c129e9afdd4caa22e6763a58e8b8dc Mon Sep 17 00:00:00 2001 From: oetiker Date: Fri, 19 Jun 2009 05:53:58 +0000 Subject: [PATCH] remove debug output from xport found by Ceylan, Hasan git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1861 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_xport.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/program/src/rrd_xport.c b/program/src/rrd_xport.c index a57ff452..ea67a02a 100644 --- a/program/src/rrd_xport.c +++ b/program/src/rrd_xport.c @@ -228,7 +228,6 @@ int rrd_xport_fn( case GF_XPORT: ref_list[xport_counter++] = i; *step_list_ptr = im->gdes[im->gdes[i].vidx].step; - printf("%s:%lu\n",im->gdes[i].legend,*step_list_ptr); *step_list_ptr++; /* reserve room for one legend entry */ /* is FMT_LEG_LEN + 5 the correct size? */ @@ -256,7 +255,6 @@ int rrd_xport_fn( *step_list_ptr=0; /* find a common step */ *step = lcd(step_list); - printf("step: %lu\n",*step); free(step_list); *start = im->start - im->start % (*step); -- 2.30.2