From 225cd55fe676d128518af31f53b63a591fc4a569 Mon Sep 17 00:00:00 2001 From: Kirill Podoprigora Date: Tue, 13 Feb 2024 20:45:37 +0300 Subject: gh-115417: Remove accidentally left debugging print (#115418) gh-115417: Remove debugging print --- Modules/_testcapi/time.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/_testcapi/time.c b/Modules/_testcapi/time.c index 4fbf7dd..57eb913 100644 --- a/Modules/_testcapi/time.c +++ b/Modules/_testcapi/time.c @@ -75,7 +75,6 @@ test_pytime_time(PyObject *Py_UNUSED(self), PyObject *Py_UNUSED(args)) printf("ERR! %d\n", (int)t); return NULL; } - printf("... %d\n", (int)t); return pytime_as_float(t); } -- cgit v0.12