diff mx/commands.py @ 4660:b06ade6e927c

Fixed Ctrl+C for Windows in mx.py
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 21 Feb 2012 19:30:33 +0100
parents d4e039a3e083
children e136f2d0d002
line wrap: on
line diff
--- a/mx/commands.py	Tue Feb 21 15:57:18 2012 +0100
+++ b/mx/commands.py	Tue Feb 21 19:30:33 2012 +0100
@@ -476,7 +476,6 @@
     if mx.java().debug:
         args = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000'] + args
     exe = join(_jdk(build), 'bin', mx.exe_suffix('java'))
-    print('Executing VM ' + exe)
     return mx.run([exe, '-' + vm] + args, nonZeroIsFatal=nonZeroIsFatal, out=out, err=err, cwd=cwd, timeout=timeout)