comparison mx.jvmci/mx_jvmci.py @ 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 af01df1b8f0d
children 829a9e1ccf23
comparison
equal deleted inserted replaced
22694:023981d7f257 22695:ced0668ae71f
555 for line in f: 555 for line in f:
556 releaseFileLines.append(line) 556 releaseFileLines.append(line)
557 557
558 if mx.get_os() != 'windows': 558 if mx.get_os() != 'windows':
559 os.chmod(releaseFile, JDK_UNIX_PERMISSIONS_FILE) 559 os.chmod(releaseFile, JDK_UNIX_PERMISSIONS_FILE)
560 print("open", releaseFile)
561 with open(releaseFile, 'w') as fp: 560 with open(releaseFile, 'w') as fp:
562 for line in releaseFileLines: 561 for line in releaseFileLines:
563 timmedLine = line.strip() 562 timmedLine = line.strip()
564 if timmedLine.startswith('SOURCE="') and timmedLine.endswith('"'): 563 if timmedLine.startswith('SOURCE="') and timmedLine.endswith('"'):
565 try: 564 try: