mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Don't log apiKey in handleAreaCreated
This commit is contained in:
parent
0b08af87af
commit
1f6d711ccf
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue