remove too noisy log

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1341335 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-05-22 07:45:09 +00:00
parent 1c9496c26f
commit 18591fe3be
1 changed files with 0 additions and 2 deletions

View File

@ -329,8 +329,6 @@ define("search",["jquery","i18n","jquery.tmpl","choosen","order!knockout","knock
url: fileContentUrl,
dataType: "text",
success: function(data) {
$.log("foo");
$.log("data:"+data);
var text = data.replace(/</g,'&lt;');
text=text.replace(/>/g,"&gt;");
mainContent.find("#artifact-content-text" ).html(smallSpinnerImg());