Every developer has a version of this story.
You're about to open a pull request. The code works. The tests pass. Everything looks good.
Then you do one final scan and find this:
console.log"HERE";
console.log"user:", user;
console.log"final:", re...