Skip to content

Commit

Permalink
chore: remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Jul 5, 2024
1 parent 8b45761 commit 22b773a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/zh-forms/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class ZhFormMapComponent implements OnInit, AfterViewInit {
this._mapService.currentExtend.zoom
);
}
console.log(L.Draw);

this._mapService.map.off(L.Draw.Event.DRAWSTART);
this._mapService.map.on(L.Draw.Event.CREATED, (e) => {
Expand Down

0 comments on commit 22b773a

Please sign in to comment.