Skip to content

Commit bbf56a1

Browse files
remove spurious GxB_print in FastGraphletTransform
1 parent 242c982 commit bbf56a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

experimental/algorithm/LAGraph_FastGraphletTransform.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ int LAGraph_FastGraphletTransform
638638
GrB_Vector f_net = NULL ;
639639
GRB_TRY (GrB_Vector_new (&f_net, GrB_INT64, 16)) ;
640640
GRB_TRY (GrB_reduce (f_net, NULL, NULL, GrB_PLUS_INT64, *F_net, NULL)) ;
641-
GRB_TRY (GxB_print (f_net, 3)) ;
642641
GRB_TRY (GrB_free (&f_net)) ;
643642

644643
//--------------------------------------------------------------------------

0 commit comments

Comments
 (0)