Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Jan 15, 2025
1 parent 16da383 commit faf95cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions experimental/test/test_SWrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ void test_SWrite (void)
blob_size_old, sizeof (uint8_t), msg)) ;
}

printf ("blob %p blob_size %llu\n", (void *) blob, blob_size) ;

// deserialize the matrix
int rr = (GrB_Matrix_deserialize (&B, atype, blob, blob_size)) ;
printf ("deserialize result: %d\n", rr) ;
Expand Down

0 comments on commit faf95cc

Please sign in to comment.