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) |