diff --git a/utils/chunk_eval.py b/utils/chunk_eval.py
index 538c06bec6fcd10687e195b4495b0ebcc19503eb..284bd0a1b3cefc6f9caebd332c51bb20582de882 100755
--- a/utils/chunk_eval.py
+++ b/utils/chunk_eval.py
@@ -164,10 +164,9 @@ def main(ch_path, ref_path, chan_names, input_format, out_path, tagset, verbose,
                     ref_annots = get_annots(ref_sent, chan_name)
                     stats.update(ch_annots, ref_annots)
         
-            results[chan_name] = stats.getStats()
-            
+            results[chan_name] = stats.getStats()    
         csvTable.addRow(results)
-    csvTable.countAvg()
+#    csvTable.countAvg()
     
     if out_path != '':
         out = codecs.open(out_path, "w", "utf-8")