# HG changeset patch # User Josef Eisl # Date 1434701042 -7200 # Node ID 9c385c5c412aa05861792bb46372624c419009ae # Parent e942083c0fcc0ea43c62d100c0bdd380bfc54fca mx_graal: remove debug output. diff -r e942083c0fcc -r 9c385c5c412a mx.graal/mx_graal.py --- a/mx.graal/mx_graal.py Fri Jun 19 00:45:14 2015 +0200 +++ b/mx.graal/mx_graal.py Fri Jun 19 10:04:02 2015 +0200 @@ -1138,9 +1138,7 @@ for jdkDist in _jdkDeployedDists: dist = mx.distribution(jdkDist.name) excluded.update([d.output_dir() for d in dist.sorted_deps()]) - print 'before:', len(cp) cp = os.pathsep.join([e for e in cp.split(os.pathsep) if e not in excluded]) - print 'after:', len(cp) vmArgs[cpIndex] = cp # Run the VM in a mode where application/test classes can