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

Unified Diff: gclient_utils.py

Issue 251095: Revert "Modify the output of gclient update, gclient status to only print out" (Closed)
Patch Set: Created 11 years, 2 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 | « gclient_scm.py ('k') | tests/gclient_scm_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient_utils.py
diff --git a/gclient_utils.py b/gclient_utils.py
index ec475f3d4d80dc1a1e9a2cee4ca199aac348e00a..464419fb0d89fdf70b6c27200a5a0ebf43ee5831 100644
--- a/gclient_utils.py
+++ b/gclient_utils.py
@@ -215,10 +215,6 @@ def SubprocessCallAndFilter(command,
while in_byte:
if in_byte != "\r":
if print_stdout:
- if not print_messages:
- print("\n________ running \'%s\' in \'%s\'"
- % (' '.join(command), in_directory))
- print_messages = True
sys.stdout.write(in_byte)
if in_byte != "\n":
in_line += in_byte
« no previous file with comments | « gclient_scm.py ('k') | tests/gclient_scm_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698