8000 Recomment line · lesteve/numpy@b87a0a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b87a0a8

Browse files
committed
Recomment line
1 parent 7c9cf40 commit b87a0a8

File tree

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -3773,7 +3773,7 @@ static void
37733773
else {
37743774
out[i] = in[i];
37753775
}
3776-
printf("out[i]: %f\n", out[i]);
3776+
// printf("out[i]: %f\n", out[i]);
37773777
}
37783778
}
3779 3ADC 3779
}