changeset 11523:d4537043ccc8

mx: Remove debug printing in specjvm2008
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 04 Sep 2013 10:40:56 +0200
parents dbf968195ca1
children dede53632f3e
files mx/commands.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Wed Sep 04 09:39:51 2013 +0200
+++ b/mx/commands.py	Wed Sep 04 10:40:56 2013 +0200
@@ -1207,7 +1207,6 @@
         if len(parts) > 1:
             assert len(parts) == 2
             group = parts[0]
-            print group
             availableBenchmarks.add(group)
 
     _run_benchmark(args, sorted(availableBenchmarks), launcher)