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

Unified Diff: native_client_sdk/src/build_tools/generate_index.py

Issue 275523003: [NaCl SDK] Make build_projects quiet by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: flushing Created 6 years, 7 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 | « native_client_sdk/src/build_tools/buildbot_common.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/generate_index.py
diff --git a/native_client_sdk/src/build_tools/generate_index.py b/native_client_sdk/src/build_tools/generate_index.py
index 2aed35c878dd0a8a2beae42d87a66fc509d4493a..4061165b13c43661cb33b0b5f007df97daf90d18 100644
--- a/native_client_sdk/src/build_tools/generate_index.py
+++ b/native_client_sdk/src/build_tools/generate_index.py
@@ -23,7 +23,6 @@ class LandingPage(object):
items = self.section_map[section_name]
items = sorted(items, cmp=CmpByName)
sec_map[section_name] = items
- print 'Add section ' + section_name
template_dict = { 'section_map': sec_map }
return easy_template.RunTemplateString(template, template_dict)
« no previous file with comments | « native_client_sdk/src/build_tools/buildbot_common.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698