Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

Delete all turboed console log messages from every file #124

Closed mariomui-viscira closed 2 years ago

mariomui-viscira commented 3 years ago

Is there a way to remove the turboed console.log files globally?

demedos commented 3 years ago

What do you mean? The library doesn't keep track of your logs, it's just a shorthand way to call the console.log function, like you would do manually.

If you have an open document then you could press Cmd + Shift + D to delete the messages, but that would work only for the file you're working on.

To delete them globally you could use just find and replace to bulk replace the console.log.*$ lines with a blank one, just google that.