Skip to content

Commit c9e3898

Browse files
committed
wip
1 parent 8d40552 commit c9e3898

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_operator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,6 @@ methodcaller_traverse(methodcallerobject *mc, visitproc visit, void *arg)
17621762
static PyObject *
17631763
methodcaller_call(methodcallerobject *mc, PyObject *args, PyObject *kw)
17641764
{
1765-
printf("methodcaller_call\n");
17661765
PyObject *method, *obj, *result;
17671766

17681767
if (!_PyArg_NoKeywords("methodcaller", kw))

0 commit comments

Comments
 (0)