Remove console.log

main
Elbert Alias 8 years ago
parent 6be6e4dcd9
commit ecb929a286

@ -46,8 +46,6 @@
w.driver.categoryOrder = Object.keys(w.categories).sort(function(a, b) { w.driver.categoryOrder = Object.keys(w.categories).sort(function(a, b) {
return w.categories[a].priority - w.categories[b].priority; return w.categories[a].priority - w.categories[b].priority;
}); });
console.log(w.driver.categoryOrder);
}; };
xhr.send(null); xhr.send(null);