mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 11:36:40 +07:00
removed console.logs
This commit is contained in:
parent
4dc07e5336
commit
64b057c708
3 changed files with 0 additions and 4 deletions
|
@ -129,8 +129,6 @@ export class Poly {
|
|||
};
|
||||
|
||||
setPoints = (latlngs: Array<ILatLng>): void => {
|
||||
console.log('setP');
|
||||
|
||||
if (!latlngs || latlngs.length <= 1) return;
|
||||
this.poly.setPoints(latlngs);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue