Skip to content

Commit 151359b

Browse files
committed
Remove debug print
1 parent 16ec4fb commit 151359b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/descrobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,6 @@ mappingproxy_richcompare(PyObject *self, PyObject *w, int op)
12401240
|| PyODict_CheckExact(w)
12411241
|| Py_TYPE(w) == &PyDictProxy_Type
12421242
) {
1243-
fprintf(stderr, "optimized %s richcompare\n", Py_TYPE(w)->tp_name);
12441243
return PyObject_RichCompare(v->mapping, w, op);
12451244
}
12461245
// We can't expose the `v->mapping` itself, so we create a dict copy:

0 commit comments

Comments
 (0)