summary refs log tree commit diff
path: root/synapse/handlers/admin.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-24Delay printf until logging is required.Michael Kaye2-9/+9
Using % will cause the string to be generated even if debugging is off.
2019-10-24use %r to __repr__ objectsMichael Kaye3-4/+4
This avoids calculating __repr__ unless we are going to log.