Skip to content

Commit

Permalink
cleanup debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
eendebakpt committed Nov 11, 2024
1 parent ffde646 commit a08176a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Objects/rangeobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ make_range_object(PyTypeObject *type, PyObject *start,
Py_DECREF(length);
return NULL;
}
} else {
//printf("rangeobject from freelist!\n");
}
obj->start = start;
obj->stop = stop;
Expand Down

0 comments on commit a08176a

Please sign in to comment.