Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 225cd55

Browse files
authored
gh-115417: Remove accidentally left debugging print (#115418)
gh-115417: Remove debugging print
1 parent 02b6323 commit 225cd55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_testcapi/time.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ test_pytime_time(PyObject *Py_UNUSED(self), PyObject *Py_UNUSED(args))
7575
printf("ERR! %d\n", (int)t);
7676
return NULL;
7777
}
78-
printf("... %d\n", (int)t);
7978
return pytime_as_float(t);
8079
}
8180

0 commit comments

Comments
 (0)