aws / aws-sdk-mobile-analytics-js

Amazon Mobile Analytics JavaScript SDK
Apache License 2.0
82 stars 38 forks source link

Direct Console Object Usage #2

Closed summraznboi closed 9 years ago

summraznboi commented 9 years ago

In LocalStorage.js file, there are console.log usages, which can be unsafe since console isn't covered by any formal specifications. Also, it prevents me from retrieving these logs by using my own logger function. Pull request can be seen at https://github.com/aws/aws-sdk-mobile-analytics-js/pull/1.

Thanks, Steven Lee

cheruvian commented 9 years ago

The pull request has been reviewed, approved and merged.

Thank you for your contribution.