mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
gh-115417: Remove accidentally left debugging print (#115418)
gh-115417: Remove debugging print
This commit is contained in:
parent
02b63239f1
commit
225cd55fe6
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue