diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/tools/sslutils/base.py')
-rw-r--r-- | tests/wpt/web-platform-tests/tools/sslutils/base.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/wpt/web-platform-tests/tools/sslutils/base.py b/tests/wpt/web-platform-tests/tools/sslutils/base.py index e78e1385c7b..237ae5f23cc 100644 --- a/tests/wpt/web-platform-tests/tools/sslutils/base.py +++ b/tests/wpt/web-platform-tests/tools/sslutils/base.py @@ -1,9 +1,3 @@ -def get_logger(name="ssl"): - logger = structured.get_default_logger(name) - if logger is None: - logger = structured.structuredlog.StructuredLogger(name) - return logger - class NoSSLEnvironment(object): ssl_enabled = False |