Skip to content

Commit fe6cabc

Browse files
committed
removed unnecessary prints
1 parent b719ba4 commit fe6cabc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quaddtype/numpy_quaddtype/src/umath.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ static int
333333
quad_ufunc_promoter(PyUFuncObject *ufunc, PyArray_DTypeMeta *op_dtypes[],
334334
PyArray_DTypeMeta *signature[], PyArray_DTypeMeta *new_op_dtypes[])
335335
{
336-
printf("calling promoter for ufunc %s\n", ufunc->name);
337336
int nin = ufunc->nin;
338337
int nargs = ufunc->nargs;
339338
PyArray_DTypeMeta *common = NULL;

0 commit comments

Comments
 (0)