diff --git a/tests/maintel/tma/test_move_p2p_diamond.py b/tests/maintel/tma/test_move_p2p_diamond.py index cf85371a..6fdd05e6 100644 --- a/tests/maintel/tma/test_move_p2p_diamond.py +++ b/tests/maintel/tma/test_move_p2p_diamond.py @@ -162,5 +162,4 @@ async def test_run_block(self): async def test_executable(self): scripts_dir = externalscripts.get_scripts_dir() script_path = scripts_dir / "maintel" / "tma" / "move_p2p_diamond.py" - self.log.debug(f"Checking for script in {script_path}") await self.check_executable(script_path)