| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py
|
| index 35722e8d7995af0c5ab111a19e2e1d3ce7cb32fe..62160a2d6fd4ae8193eca444d8246808b8171d18 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py
|
| @@ -87,7 +87,6 @@ class ConfigureLoggingTestBase(unittest.TestCase):
|
|
|
| This method ensures that the logging configuration set up
|
| for a unit test does not affect logging in other unit tests.
|
| -
|
| """
|
| logger = self._log
|
| for handler in self._handlers:
|
|
|