[
https://issues.apache.org/jira/browse/CB-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-518.
---------------------------------
Resolution: Fixed
Fix commit:
http://git-wip-us.apache.org/repos/asf?p=incubator-cordova-js.git;a=commit;h=4052c448
> Remove redundant makeStructured logging in console.log
> ------------------------------------------------------
>
> Key: CB-518
> URL: https://issues.apache.org/jira/browse/CB-518
> Project: Apache Callback
> Issue Type: Bug
> Components: CordovaJS, iOS
> Reporter: Shazron Abdullah
> Assignee: Filip Maj
> Fix For: 1.6.1
>
>
> Deleting code == good in this case.
> This is a remnant of the iOS 2/3 days when the JSON library was not included
> in the UIWebView.
> Users that still want this functionality can just do a:
> {code}
> console.log(JSON.stringify(obj))
> {code}
> We can improve on it by "stringifying" it for the user (later).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira