Remove debugger from HTML template

This commit is contained in:
Alessandro Pasotti 2019-08-21 12:42:13 +02:00
parent 8145f8f927
commit 8402a408ce

View File

@ -19,9 +19,6 @@
{
map.fitBounds(jl.getBounds());
}
function featureOver(e, pos, latlng, data) {
debugger;
}
jl.on('featureOver', featureOver);
});
});