Skip to content

Commit 4a0381c

Browse files
committed
Remove debuging line
1 parent 17b751a commit 4a0381c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/gpuarray_buffer_cuda.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ static cuda_context *do_init(CUdevice dev, int flags, error *e) {
525525
CHKFAIL(e, "cuCtxPushCurrent", NULL);
526526
res = cuda_make_ctx(ctx, flags);
527527
if (res == NULL) {
528-
fprintf(stderr, "res failed\n");
529528
cuDevicePrimaryCtxRelease(dev);
530529
if (e != global_err)
531530
error_set(e, global_err->code, global_err->msg);

0 commit comments

Comments
 (0)