changeset 335:588c6147efc7

removed unneded value
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 04 Jul 2010 13:47:28 +0200
parents 6c23e72437e3
children 871c0dd1301c
files pylons_app/controllers/files.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/controllers/files.py	Sun Jul 04 00:52:47 2010 +0200
+++ b/pylons_app/controllers/files.py	Sun Jul 04 13:47:28 2010 +0200
@@ -105,7 +105,7 @@
         c.file_msg = cs.get_file_message(f_path)
         c.cur_rev = cs.raw_id
         c.f_path = f_path
-        c.annotate = cs.get_file_annotate(f_path)
+
         return render('files/files_annotate.html')
       
     def archivefile(self, repo_name, revision, fileformat):