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

        

Reply via email to