diff --git a/tests/test_insert.py b/tests/test_insert.py index 9f7ad34..67e2b0a 100644 --- a/tests/test_insert.py +++ b/tests/test_insert.py @@ -211,7 +211,6 @@ def test_insert_against_datasette( httpx_mock.add_callback(custom_response) path = pathlib.Path(tmpdir) / "data.txt" - print("\nhere goes with", path, "\n", input_data) path.write_text(input_data) runner = CliRunner() result = runner.invoke(