We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b719ba4 commit fe6cabcCopy full SHA for fe6cabc
quaddtype/numpy_quaddtype/src/umath.cpp
@@ -333,7 +333,6 @@ static int
333
quad_ufunc_promoter(PyUFuncObject *ufunc, PyArray_DTypeMeta *op_dtypes[],
334
PyArray_DTypeMeta *signature[], PyArray_DTypeMeta *new_op_dtypes[])
335
{
336
- printf("calling promoter for ufunc %s\n", ufunc->name);
337
int nin = ufunc->nin;
338
int nargs = ufunc->nargs;
339
PyArray_DTypeMeta *common = NULL;
0 commit comments