Remove console.log in carte.js
This commit is contained in:
parent
3eb990a611
commit
a6244cebb1
1 changed files with 0 additions and 2 deletions
|
@ -94,8 +94,6 @@ function display_qp(qp_list) {
|
|||
|
||||
new_qpLayer();
|
||||
|
||||
console.log(qp_list);
|
||||
|
||||
if (qp_array.length > 0) {
|
||||
qp_array.forEach(function (qp) {
|
||||
$("#qp_list ul").append('<li>' + qp.commune + ' : ' + qp.nom + '</li>');
|
||||
|
|
Loading…
Reference in a new issue