Changeset - d750315134aa
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-04-12 21:08:09
marcin@python-works.com
removed leftover print
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/summary.py
Show inline comments
 
@@ -138,13 +138,12 @@ class SummaryController(BaseRepoControll
 
            c.commit_data = stats.commit_activity
 
            c.overview_data = stats.commit_activity_combined
 

	
 
            lang_stats = [(x, {"count": y,
 
                               "desc": LANGUAGES_EXTENSIONS_MAP.get(x)})
 
                          for x, y in lang_stats.items()]
 
            print lang_stats
 

	
 
            c.trending_languages = json.dumps(OrderedDict(
 
                                       sorted(lang_stats, reverse=True,
 
                                            key=lambda k: k[1])[:10]
 
                                        )
 
                                    )
0 comments (0 inline, 0 general)