gh-115417: Remove accidentally left debugging print (#115418)

gh-115417: Remove debugging print
This commit is contained in:
Kirill Podoprigora 2024-02-13 20:45:37 +03:00 committed by GitHub
parent 02b63239f1
commit 225cd55fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}