Find and remove all debug console.log / print / debugger statements left in the codebase. Use before committing, before a PR review, or when the user says "clean up debug stuff" or "remove all the logs".
npx @senso-ai/shipables install KeyanVakil/yeet-console-logsHunt down and remove every debug statement that shouldn't be in production code.
console.log, console.warn, console.error, console.debug, console.infodebugger;print( (Python)puts / p (Ruby)System.out.println (Java)dd(, dump(, var_dump( (PHP)// removed console.log — just delete the line.console.error in top-level error handlersAfter cleanup, report: