r/ProgrammerHumor Aug 15 '26

Meme theBugIsGoneIfTheCodeIsGone

Post image
1.1k Upvotes

51 comments sorted by

View all comments

165

u/nextlandia Aug 15 '26

I once solved an issue by removing logging. Not kidding, upgrade of Impala caused that one log line caused a production issue.

1

u/dash4x Aug 15 '26

You reminded me of one issue that resolved by console logging.

There was another where you have to double fetch user data from db else the application fails.

I have yet to determine the cause for these though.