Remove unneeded console.log

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-26 19:48:35 +03:00
parent e1e0fc695d
commit 7e2b48adcc

View File

@@ -99,8 +99,6 @@ $.extend($.fn.dataTableExt.oSort, {
x += item;
}
}
console.log([a, n, xa, count, x]);
}
return x;