Skip to content

Commit

Permalink
Python: Remove printout used for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
esindril committed Oct 1, 2015
1 parent 0c0b3f4 commit 74db464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/src/Utils.cc
Expand Up @@ -137,7 +137,6 @@ namespace PyXRootD
if (PyObjToUint(py_val, &tmp, name))
return -1;

fprintf(stderr, "tmp=%u\n", tmp);
if (tmp > USHRT_MAX)
{
PyErr_Format(PyExc_OverflowError, "%s too big for unsigned short int "
Expand Down

0 comments on commit 74db464

Please sign in to comment.