Github user purplecabbage commented on the pull request:

    https://github.com/apache/cordova-wp8/pull/73#issuecomment-71615144
  
    console.log is expected intrinsic browser behavior and should exist without 
needing to install a plugin.
    The default template cordova application even has console.log calls in it, 
further confusing developers if they never surface anywhere. This is why I 
added minimal console.log support to the platform directly. 
    The same goes for XMLHttpRequest support via XHRHelper; Developers 
shouldn't need to install a plugin to get baseline XHR functionality that 
should exist out of the box.
    
    The plugin cordova-plugin-console is place to supplement console support by 
overriding the 'platform' implementation.
    
    I would recommend you not waste time deleting this, and focus instead on 
making cordova-plugin-console better.
    



---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to