You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (Created) (JIRA)" <ji...@apache.org> on 2012/04/16 20:50:18 UTC

[jira] [Created] (CB-518) Remove redundant makeStructured logging in console.log

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

        

[jira] [Resolved] (CB-518) Remove redundant makeStructured logging in console.log

Posted by "Shazron Abdullah (Resolved) (JIRA)" <ji...@apache.org>.
     [ 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