Changeset - ce6b295f74ad
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-05-09 21:19:25
marcin@python-works.com
doh remove print
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/summary.py
Show inline comments
 
@@ -195,7 +195,6 @@ class SummaryController(BaseRepoControll
 
                cs = repo.get_changeset()  # fetches TIP
 
                renderer = MarkupRenderer()
 
                for f in README_FILES:
 
                    print f
 
                    try:
 
                        readme = cs.get_node(f)
 
                        readme_file = f
0 comments (0 inline, 0 general)