Remove debug print
This commit is contained in:
parent
68b7ec5ad2
commit
3ecf9a5b2b
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ class TraceTestCase(unittest.TestCase):
|
|||
package: str = 'tracetools_test',
|
||||
) -> None:
|
||||
"""Constructor."""
|
||||
print(f'methodName={args[0]}')
|
||||
super().__init__(methodName=args[0])
|
||||
self._base_path = base_path
|
||||
self._session_name_prefix = session_name_prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue