Remove debug statement

This commit is contained in:
DL6ER
2016-11-23 18:43:54 +01:00
parent 51cce7b37b
commit 69336891fc
-1
View File
@@ -166,7 +166,6 @@ $(document).ready(function() {
// Helper function needed for converting the Objects to Arrays
function objectToArray(p){
console.log(p);
var keys = Object.keys(p);
keys.sort(function(a, b) {
return a - b;