diff --git a/frontend/app/zh-forms/map/map.component.ts b/frontend/app/zh-forms/map/map.component.ts index ccc88146..18bef3b5 100755 --- a/frontend/app/zh-forms/map/map.component.ts +++ b/frontend/app/zh-forms/map/map.component.ts @@ -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) => {