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 |