From 8f72bb94f1601e9528a2b6baed83654707c8e52c Mon Sep 17 00:00:00 2001 From: peterho Date: Sun, 11 Jun 2006 03:25:33 +0000 Subject: [PATCH] remove a printf statement git-svn-id: http://ltt.polymtl.ca/svn@1915 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/interrupts/interrupts.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ltt/branches/poly/lttv/modules/gui/interrupts/interrupts.c b/ltt/branches/poly/lttv/modules/gui/interrupts/interrupts.c index e30cd9d1..2818875f 100644 --- a/ltt/branches/poly/lttv/modules/gui/interrupts/interrupts.c +++ b/ltt/branches/poly/lttv/modules/gui/interrupts/interrupts.c @@ -1089,10 +1089,7 @@ static gboolean DisplayViewer(void *hook_data, void *call_data) AVERAGE_PERIOD , periodInNsec, PERIOD_STANDARD_DEV_COLUMN, CalculatePeriodStandardDeviation(element.id, event_data), FREQUENCY_STANDARD_DEV_COLUMN, CalculateFrequencyStandardDeviation(element.id, event_data), - -1); - printf("%d %d %lld %d %s %d %d %d\n\n",element.id, FrequencyHZ,real_data,CalculateDurationStandardDeviation(element.id, event_data), maxIrqHandler, periodInNsec, CalculatePeriodStandardDeviation(element.id, event_data), CalculateFrequencyStandardDeviation(element.id, event_data)); - - + -1); } -- 2.34.1