Revision: 11707
Author:   [email protected]
Date:     Mon Jun  4 05:38:59 2012
Log:      Remove temporary debug print from test wrapper.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/10483005
http://code.google.com/p/v8/source/detail?r=11707

Modified:
 /branches/bleeding_edge/tools/test-wrapper-gypbuild.py

=======================================
--- /branches/bleeding_edge/tools/test-wrapper-gypbuild.py Fri May 25 05:27:23 2012 +++ /branches/bleeding_edge/tools/test-wrapper-gypbuild.py Mon Jun 4 05:38:59 2012
@@ -245,9 +245,6 @@
                          ['--arch=' + arch] +
                          ['--mode=' + mode] +
                          ['--shell=' + shell])
-      # TODO(jkummerow): This print is temporary.
-      print "Executing: %s" % cmdline
-
       child = subprocess.Popen(cmdline,
                                shell=True,
                                cwd=workspace,

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to