Skip to content

Commit

Permalink
removed unnecessary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayamInSync committed Sep 16, 2024
1 parent b719ba4 commit fe6cabc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quaddtype/numpy_quaddtype/src/umath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ static int
quad_ufunc_promoter(PyUFuncObject *ufunc, PyArray_DTypeMeta *op_dtypes[],
PyArray_DTypeMeta *signature[], PyArray_DTypeMeta *new_op_dtypes[])
{
printf("calling promoter for ufunc %s\n", ufunc->name);
int nin = ufunc->nin;
int nargs = ufunc->nargs;
PyArray_DTypeMeta *common = NULL;
Expand Down

0 comments on commit fe6cabc

Please sign in to comment.