From 47366d647795cb87eac85cce14a1287512af3fe4 Mon Sep 17 00:00:00 2001 From: "attinasi%netscape.com" Date: Wed, 23 Feb 2000 18:08:48 +0000 Subject: [PATCH] turned off debug routine --- tools/performance/layout/Averagetable2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/performance/layout/Averagetable2.pl b/tools/performance/layout/Averagetable2.pl index 98fe67a8595b..4dc29ba74ca4 100644 --- a/tools/performance/layout/Averagetable2.pl +++ b/tools/performance/layout/Averagetable2.pl @@ -24,7 +24,7 @@ #------------------------------------------------------------------------------ sub debug_print { foreach $str (@_){ - print( $str ); +# print( $str ); } } #------------------------------------------------------------------------------