https://github.com/python/cpython/commit/225cd55fe676d128518af31f53b63a591fc4a569
commit: 225cd55fe676d128518af31f53b63a591fc4a569
branch: main
author: Kirill Podoprigora <[email protected]>
committer: Yhg1s <[email protected]>
date: 2024-02-13T18:45:37+01:00
summary:
gh-115417: Remove accidentally left debugging print (#115418)
gh-115417: Remove debugging print
files:
M Modules/_testcapi/time.c
diff --git a/Modules/_testcapi/time.c b/Modules/_testcapi/time.c
index 4fbf7dd14ebb66..57eb9135d30029 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);
}
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]