A powerful VS Code extension that helps developers find, highlight, and remove console statements from their codebase. Clean up your code before production.
Replies
Best
Maker
π
Hey Product Hunt! π
I'm Anas, a full-stack developer from Pakistan, and I built LogRadar because I kept shipping console.logs to production (embarrassing, I know π ).
The Problem:
Every developer has done this - you're debugging at 2am, add a bunch of console.logs, fix the bug, and... forget to remove them. They end up in production, exposing debug data, slowing down the app, and making you look unprofessional.
Existing solutions either:
- Require manual searching (tedious)
- Remove ALL logs (but you want to keep console.error for monitoring)
- Don't work across large codebases
What LogRadar Does:
β Highlights console statements in real-time as you code
β Analyzes your ENTIRE workspace (not just one file)
β Removes specific types (keep errors, remove logs)
β Shows statistics (which files have the most logs?)
β Configurable (exclude build folders, customize colors)
Replies