| 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,
|
|
|