Remove console.log in carte.js

This commit is contained in:
Xavier J 2015-11-27 17:17:04 +01:00
parent 3eb990a611
commit a6244cebb1

View file

@ -94,8 +94,6 @@ function display_qp(qp_list) {
new_qpLayer(); new_qpLayer();
console.log(qp_list);
if (qp_array.length > 0) { if (qp_array.length > 0) {
qp_array.forEach(function (qp) { qp_array.forEach(function (qp) {
$("#qp_list ul").append('<li>' + qp.commune + ' : ' + qp.nom + '</li>'); $("#qp_list ul").append('<li>' + qp.commune + ' : ' + qp.nom + '</li>');