Skip to content

Conversation

@kalebvonburris
Copy link

@kalebvonburris kalebvonburris commented Feb 2, 2026

Basic replacement of all print()s in the project. I added logger = logging.getLogger(__name__) to allow for an easy toggle; logger.disabled = True disables all of these logs.

I'm verifying this by running grep -r "print(" * in the root. There are caught files, but they aren't Python source code.

@kalebvonburris kalebvonburris self-assigned this Feb 2, 2026
@kalebvonburris kalebvonburris requested a review from a team as a code owner February 2, 2026 19:41
@kalebvonburris kalebvonburris linked an issue Feb 2, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider using logging instead of print

2 participants