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

Unified Diff: build/landmines.py

Issue 22893044: Remove print statement in landmines.py to reduce clutter on stdout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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: build/landmines.py
diff --git a/build/landmines.py b/build/landmines.py
index edf0405d25d5dfa7e3e02eaad03523c9ed0c1cda..f1a514c5e7e206c345a33febea6b3d840781999e 100755
--- a/build/landmines.py
+++ b/build/landmines.py
@@ -109,7 +109,6 @@ def main():
for target in ('Debug', 'Release', 'Debug_x64', 'Release_x64'):
landmines = []
for s in options.landmine_scripts:
- print 'Getting landmines from `%s -t %s`' % (s, target)
proc = subprocess.Popen([sys.executable, s, '-t', target],
stdout=subprocess.PIPE)
output, _ = proc.communicate()
« 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