# HG changeset patch # User Gilles Duboscq # Date 1378284056 -7200 # Node ID d4537043ccc8349f11d73cc6a7fa67e74f6a638b # Parent dbf968195ca12c7a40346e50df862230175fbf9a mx: Remove debug printing in specjvm2008 diff -r dbf968195ca1 -r d4537043ccc8 mx/commands.py --- 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)