changeset 1035:59b7131c15b1 beta

removed console log from tempalte that breaks the js
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 12 Feb 2011 18:16:15 +0100
parents 9e59b16d1b48
children 405b80e4ccd5
files rhodecode/templates/files/files_source.html
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/files/files_source.html	Sat Feb 12 16:21:02 2011 +0100
+++ b/rhodecode/templates/files/files_source.html	Sat Feb 12 18:16:15 2011 +0100
@@ -46,7 +46,6 @@
        <script type="text/javascript">
            function highlight_lines(lines){
                for(pos in lines){
-                   console.log('L'+lines[pos]);
                  YUD.setStyle('L'+lines[pos],'background-color','#FFFFBE');                       
                }              
            }