remove console log
This commit is contained in:
parent
9cab20dc2a
commit
fe3536e20b
1 changed files with 0 additions and 1 deletions
|
@ -1997,7 +1997,6 @@ Metamaps.Filter = {
|
|||
|
||||
var synapse, li, jQueryLi;
|
||||
function sortAlpha(a,b){
|
||||
console.log(a.childNodes);
|
||||
return a.childNodes[1].innerText.toLowerCase() > b.childNodes[1].innerText.toLowerCase() ? 1 : -1;
|
||||
}
|
||||
_.each(addedMetacodes, function(metacode_id) {
|
||||
|
|
Loading…
Reference in a new issue