Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: tools/test-wrapper-gypbuild.py

Issue 10483005: Remove temporary debug print from test wrapper. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698