Don't log apiKey in handleAreaCreated

This commit is contained in:
Eugene Burmakin 2025-02-08 23:01:32 +01:00
parent 0b08af87af
commit 1f6d711ccf

View file

@ -1,7 +1,6 @@
import { showFlashMessage } from "./helpers";
export function handleAreaCreated(areasLayer, layer, apiKey) {
console.log('handleAreaCreated called with apiKey:', apiKey);
const radius = layer.getRadius();
const center = layer.getLatLng();