# HG changeset patch # User Tom Rodriguez # Date 1445305285 25200 # Node ID ced0668ae71f5b0f0544adbefef909f0c6466a7d # Parent 023981d7f257cae90318f3e9ecb13e8f2195aa00 Remove debug output from mx_jvmci.py diff -r 023981d7f257 -r ced0668ae71f mx.jvmci/mx_jvmci.py --- a/mx.jvmci/mx_jvmci.py Mon Oct 19 10:24:05 2015 -0700 +++ b/mx.jvmci/mx_jvmci.py Mon Oct 19 18:41:25 2015 -0700 @@ -557,7 +557,6 @@ if mx.get_os() != 'windows': os.chmod(releaseFile, JDK_UNIX_PERMISSIONS_FILE) - print("open", releaseFile) with open(releaseFile, 'w') as fp: for line in releaseFileLines: timmedLine = line.strip()