Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module: remove unnecessary JSON.stringify #3578

Closed
wants to merge 1 commit into from
Closed

module: remove unnecessary JSON.stringify #3578

wants to merge 1 commit into from

Commits on Oct 29, 2015

  1. module: remove unnecessary JSON.stringify

    `debuglog` uses `%j` as a placeholder for replacement with
    `JSON.stringify`. So that `JSON.stringify` is only called when the
    appropriate debug flag is on. The other `%s` changes are for style
    consistency.
    zertosh committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    7c7f131 View commit details
    Browse the repository at this point in the history