changeset 22695:ced0668ae71f

Remove debug output from mx_jvmci.py
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 19 Oct 2015 18:41:25 -0700
parents 023981d7f257
children ce6b9837f602
files mx.jvmci/mx_jvmci.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()