From 6e90f280d14f683156f0527fb61bfd57a1d2647a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Jul 2023 16:03:42 -0700 Subject: [PATCH] Removed rogue print --- tests/test_insert.py | 1 - 1 file changed, 1 deletion(-) 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(