Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffburdick authored Aug 17, 2023
1 parent 50e1fea commit c47d098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/matx/operators/matmul.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ namespace matx
out_dims_[r] = a_.Size(r);
}
}
printf("%lld %lld %lld\n", out_dims_[0], out_dims_[1], out_dims_[2]);
}
else {
for (int r = 0; r < Rank() - 2; r++) {
Expand Down

0 comments on commit c47d098

Please sign in to comment.