allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 517 forks source link

Optional log disabling #797

Open scaryguy opened 7 years ago

scaryguy commented 7 years ago

Hi there,

First of all, thank you to the every single contributor of this perfect library! You're doing a perfect job! It's definitely making our lives easier while dealing with Angular + Google Maps!

My feature request can feel like unnecessary to some people, but I personally do care it: I would really like to be able to disable logging on NgMap. When my page is rendered, because of I have a lot of Custom Markers, my JS console is getting too dirty with debug logs from NgMap. It's making my job difficult while trying to debug other parts of my JS application.

Thank you in advance to everyone who would help this feature to be implemented!

allenhwkim commented 7 years ago

I believe that log is already disabled when you use minified version. It's not?