Github user rodms10 commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-globalization/pull/22#discussion_r17386918
  
    --- Diff: src/firefoxos/GlobalizationProxy.js ---
    @@ -24,12 +24,25 @@ var GlobalizationError = 
require('./GlobalizationError');
     var l10n_loaded = new Event('l10n_loaded');
     var l10n_ready = new Event('l10n_ready');
     
    +var is_l10n_ready = false;
    +
     document.addEventListener('l10n_loaded', function() {
    +  console.log('DEBUG: L10n loaded');
    --- End diff --
    
    Remove debug logging.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to