changeset 2972:8f5e2206e326 beta

garbage collecting console.log from rhodecode.js
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 29 Oct 2012 21:26:34 +0100
parents 2bfcec6a3985
children 9937afa7f093
files rhodecode/public/js/rhodecode.js
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/js/rhodecode.js	Mon Oct 29 21:18:14 2012 +0100
+++ b/rhodecode/public/js/rhodecode.js	Mon Oct 29 21:26:34 2012 +0100
@@ -91,7 +91,6 @@
 	
     // select element
     for(var i=0;i<selection.options.length;i++){
-    	console.log(selection.options[i].innerHTML);
         if (selection.options[i].innerHTML == val) {
             selection.selectedIndex = i;
             break;
@@ -325,7 +324,6 @@
 		var repo_name = YUD.getAttribute(target,'repo_name');
 		var ttid = 'tt-'+rid;
 		var success = function(o){
-			console.log(o.responseText);
 			var json = JSON.parse(o.responseText);
 			YUD.addClass(target,'tooltip')
 			YUD.setAttribute(target, 'title',json['message']);