-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Remove debug print from apphook_reload #6917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@FinalAngel @Aiky30 could you restart the failed travis task? failure seem more random than related to this, and apparentyl I can't restart tasks on travis (probably due to the org change) |
@yakky @FinalAngel I don't have the access to rerun this test I'm afraid. I don't think I was ever able to in Travis, I could in Circle CI. |
@FinalAngel forced a push to retrigger the build. I confirm that I can now cancel / retry builds on travis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally any change will have a changelog. Willing to let this go here but won't in future.
Needs bringing up to date and then it's ready to come in. |
Remove print statements from apphook_reload.py Debug logging in the codebase via print statements is OK locally, but should never have been committed to the codebase.
@Aiky30 sorry I missed your comment Changelog entry added |
@Aiky30 conflict fixed |
Co-authored-by: Éric Araujo <merwok@netwok.org>
Debug logging in the codebase via print statements is OK locally, but should never have been committed to the codebase. Co-authored-by: Stuart Axon <stuaxo2@yahoo.com> Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: Aiky30 <Aiky30@users.noreply.github.com>
…7572) * Update wizards.py (typo fix) * add eslint exception for new-cap * fix eslint error * Update test * Dynamic unihan decoder selection based on page language * Fix: Unicode slug for v4 * Use Slug field in page admin form for slug * Remove print statements from apphook_reload.py (#6917) Debug logging in the codebase via print statements is OK locally, but should never have been committed to the codebase. Co-authored-by: Stuart Axon <stuaxo2@yahoo.com> Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: Aiky30 <Aiky30@users.noreply.github.com> * Update forms * Fix log entry test * fix json linting * Update tests for django 2.2 * ... and fix ruff issue --------- Co-authored-by: Iacopo Spalletti <github@spalletti.it> Co-authored-by: Stuart Axon <stuaxo2@yahoo.com> Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: Aiky30 <Aiky30@users.noreply.github.com>
Description
Port changes in #6791 as aggreed on the issue
Related resources
Checklist
develop