Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-24 | Delay printf until logging is required. | Michael Kaye | 2 | -9/+9 | |
Using % will cause the string to be generated even if debugging is off. | |||||
2019-10-24 | use %r to __repr__ objects | Michael Kaye | 3 | -4/+4 | |
This avoids calculating __repr__ unless we are going to log. |