Reviewers: Jakob,
Description:
Remove temporary debug print from test wrapper.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/10483005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M tools/test-wrapper-gypbuild.py
Index: tools/test-wrapper-gypbuild.py
diff --git a/tools/test-wrapper-gypbuild.py b/tools/test-wrapper-gypbuild.py
index
27b5a3521de019bb1e020ef86912df70ff435879..e7012d909bd66f4a1521d475f6065f5ff0b584b4
100755
--- a/tools/test-wrapper-gypbuild.py
+++ b/tools/test-wrapper-gypbuild.py
@@ -245,9 +245,6 @@ def Main():
['--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