diff --git a/api/scripts/mypy_check.py b/api/scripts/mypy_check.py index 0752a6522445..c4f16d5e6f38 100644 --- a/api/scripts/mypy_check.py +++ b/api/scripts/mypy_check.py @@ -33,7 +33,6 @@ def main() -> None: # Mypy failed in some other way other than listing failing file lines if result.returncode != 1: - print(command) print( f"Error running mypy with return code {result.returncode} and error:", result.stderr,