changeset 22024:9c385c5c412a

mx_graal: remove debug output.
author Josef Eisl <josef.eisl@jku.at>
date Fri, 19 Jun 2015 10:04:02 +0200
parents e942083c0fcc
children 3af3e3851ca6
files mx.graal/mx_graal.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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