Skip to content

Commit

Permalink
Remove debugging printf
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-s committed Apr 20, 2022
1 parent 94a321c commit 3cd9bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion numpy/core/src/umath/umathmodule.c
Expand Up @@ -236,7 +236,6 @@ intern_strings(void)

int initumath(HPyContext *ctx, HPy m, HPy d)
{
printf("DEBUG: called initumath\n");
int UFUNC_FLOATING_POINT_SUPPORT = 1;

#ifdef NO_UFUNC_FLOATING_POINT_SUPPORT
Expand Down

0 comments on commit 3cd9bf3

Please sign in to comment.