ClanGenOfficial / clangen

Warrior Cats fan game
https://clangen.io
Other
251 stars 450 forks source link

Cleanup: Print Deletions + Some Commented Code #2397

Closed Koriiy closed 4 months ago

Koriiy commented 4 months ago

About The Pull Request

This is a quick sweep to delete a print statement that was causing the game to lag on events and on save due to the amount of information printed (should be the last change if you'd like to take a peek at that one). I also cleaned up other prints that were not error prints, or fun legacy prints. Asked permission to delete Leader's Den prints as well. Noticed some commented out code while doing this and deleted it. Left out prints in tests. edit: I lied I did delete two that were commented out there, because I felt they were too simple to keep.

Why This Is Good For ClanGen

Removal of unnecessary/laggy prints, keeps code cleaner.

Proof of Testing

Made sure not to delete anything that would break it, but I did test to make sure the game ran and the laggy print was correctly identified + removed.