Skip to content

Commit

Permalink
PB-1046: Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Oct 16, 2024
1 parent e2a2961 commit ec29ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/kmlUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ function generateIconFromStyle(iconStyle, iconArgs) {
* @returns {DrawingIcon | null} Return the drawing icon or null in case of non geoadmin icon
*/
export function getIcon(iconArgs, iconStyle, availableIconSets, iconNotFoundCallback = null) {
console.log('getIcon', iconArgs, iconStyle, availableIconSets, iconNotFoundCallback)
if (!iconArgs) {
return null
}
Expand Down

0 comments on commit ec29ad1

Please sign in to comment.