Skip to content

Commit

Permalink
Removed debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip authored and methane committed Oct 16, 2019
1 parent 7fe0eb7 commit d83fc65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Modules/_ctypes/_ctypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2400,9 +2400,6 @@ converters_from_argtypes(PyObject *ob)
}
return NULL;
}
if (stgdict->flags & TYPEFLAG_HASBITFIELD) {
printf("found stgdict with bitfield\n");
}
}

if (_PyObject_LookupAttrId(tp, &PyId_from_param, &cnv) <= 0) {
Expand Down

0 comments on commit d83fc65

Please sign in to comment.