Skip to content

Default removeConsoleLogs not removing all logs #4

@CodeForcer

Description

@CodeForcer

I set up the task as specified in the readme. About 98% of console logs were removed across all my files, except for a few console logs that were spread across lines, ie:

console.log(
  "Failed to find a solution in",
  iterations,
  "iterations"
);

As well as non-standard console logs, ie:

console.logInt(value)

For the first example, sticking to single line console.logs in the source addresses the issue, but I'm not sure how to address the second issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions