removing js debugging log

This commit is contained in:
Frédéric Péters 2011-12-05 10:31:24 +01:00
parent 6ee781161e
commit 1b0c6e8193
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ function load_results(elem)
return;
if (textStatus == 'success') {
$(base).html($(data).find(base_spec));
console.log('ici:', $(base).find('.listingBar a'));
$(base).find('.listingBar a').click(function() { return load_results($(this)); });
}
});