Merge pull request #3747 from alexzheng111/remove-make-log
Some checks are pending
CodeQL / Analyze (push) Waiting to run
codespell / codespell (push) Waiting to run

Remove make log
This commit is contained in:
Will McGugan 2025-06-19 20:58:13 +01:00 committed by GitHub
commit 65bb66dfdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -93,3 +93,4 @@ The following people have contributed to the development of Rich:
- [chthollyphile](https://github.com/chthollyphile)
- [Jonathan Helmus](https://github.com/jjhelmus)
- [Brandon Capener](https://github.com/bcapener)
- [Alex Zheng](https://github.com/alexzheng111)

View file

@ -160,9 +160,3 @@ def test_markup_and_highlight():
render_plain = handler.console.file.getvalue()
assert "FORMATTER" in render_plain
assert log_message in render_plain
if __name__ == "__main__":
render = make_log()
print(render)
print(repr(render))