mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 21:59:53 +05:00
removed js console logging
This commit is contained in:
@@ -125,8 +125,7 @@
|
||||
update();
|
||||
$("#rater-refresh").click(function(){
|
||||
$.getJSON("/raters", function(raters){
|
||||
$("tr", "#rater-table").remove()
|
||||
console.log(raters);
|
||||
$("tr", "#rater-table").remove()
|
||||
for(var i=0; i<raters.length; i++){
|
||||
$("#rater-table").append("<tr><td>" + raters[i] + "</td></tr>");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user