Index: trunk/psLib/test/math/tap_psStatsTiming.c
===================================================================
--- trunk/psLib/test/math/tap_psStatsTiming.c	(revision 11656)
+++ trunk/psLib/test/math/tap_psStatsTiming.c	(revision 12513)
@@ -17,5 +17,5 @@
     plan_tests(68);
 
-    diag("psStats timing tests");
+//    diag("psStats timing tests");
 
     // build a gauss-deviate vector (mean = 0.0, sigma = 1.0) for tests
@@ -26,5 +26,5 @@
     }
 
-    diag ("timing for sample mean");
+//    diag ("timing for sample mean");
     /********** SAMPLE MEAN ***********/
     // test stat sample mean (no mask, no range)
@@ -149,5 +149,5 @@
     }
 
-    diag ("timing for sample median");
+//    diag ("timing for sample median");
     /********** SAMPLE MEDIAN ***********/
     // test stat sample median (no mask, no range)
@@ -243,5 +243,5 @@
     }
 
-    diag ("timing for sample stdev");
+//    diag ("timing for sample stdev");
     /********** SAMPLE STDEV ***********/
     // test stat sample stdev (no mask, no range)
@@ -366,5 +366,5 @@
     }
 
-    diag ("timing for sample min,max");
+//    diag ("timing for sample min,max");
     /*************** MIN,MAX ******************/
     // test stat min,max (no mask, no range)
@@ -456,5 +456,5 @@
     }
 
-    diag ("timing for clipped stats");
+//    diag ("timing for clipped stats");
     /********** CLIPPED STATS ***********/
     {
@@ -528,5 +528,5 @@
     }
 
-    diag ("timing for robust stats");
+//    diag ("timing for robust stats");
     /********** ROBUST STATS ***********/
     {
@@ -600,5 +600,5 @@
     }
 
-    diag ("timing for fitted stats");
+//    diag ("timing for fitted stats");
     /********** FITTED TIMING ***********/
     {
@@ -673,5 +673,5 @@
     }
 
-    diag ("timing for fitted (v2) stats");
+//    diag ("timing for fitted (v2) stats");
     /********** FITTED (v2) TIMING ***********/
     {
@@ -746,5 +746,5 @@
     }
 
-    diag ("compare sample, robust, and fitted mean and stdev to theoretical");
+//    diag ("compare sample, robust, and fitted mean and stdev to theoretical");
     // compare SAMPLE, FITTED, ROBUST mean to theoretical
     {
@@ -785,5 +785,5 @@
     }
 
-    diag ("compare sample, robust, and fitted mean and stdev to theoretical");
+//    diag ("compare sample, robust, and fitted mean and stdev to theoretical");
     // compare SAMPLE, FITTED_V2, ROBUST mean to theoretical
     {
