mlog: remove out-of-date comment

This comment is out of date, we have StringProtocol which is exactly
what we wanted, and it's part of TV_Loggable already
pull/11074/head
Dylan Baker 2 years ago committed by Eli Schwartz
parent 73c054ced6
commit 1e79553c36
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      mesonbuild/mlog.py

@ -205,8 +205,6 @@ def normal_blue(text: str) -> AnsiDecorator:
def normal_cyan(text: str) -> AnsiDecorator:
return AnsiDecorator(text, "\033[36m")
# This really should be AnsiDecorator or anything that implements
# __str__(), but that requires protocols from typing_extensions
def process_markup(args: T.Sequence[TV_Loggable], keep: bool) -> T.List[str]:
arr = [] # type: T.List[str]
if log_timestamp_start is not None:

Loading…
Cancel
Save