Skip to content

Commit

Permalink
map.js: remove a debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentj committed Mar 27, 2019
1 parent c52bf47 commit 52ae612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lizmap/www/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -5525,7 +5525,6 @@ OpenLayers.Control.HighlightFeature = OpenLayers.Class(OpenLayers.Control, {
delete featureDataPool[poolId];
callbacksData.callbacks.forEach(function(callback) {
if (callback) {
console.log("callFeatureDataCallBacks");
callback(callbacksData.layerName, callbacksData.filter, features, callbacksData.alias);
}
});
Expand Down

0 comments on commit 52ae612

Please sign in to comment.