Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-518

Remove redundant makeStructured logging in console.log

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.6.1
    • cordova-ios, cordova-js
    • None

    Description

      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:

       
      console.log(JSON.stringify(obj))
      

      We can improve on it by "stringifying" it for the user (later).

      Attachments

        Activity

          People

            filmaj Filip Maj
            shazron Shazron Abdullah
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: