Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Feb 5, 2025
1 parent 31202eb commit 8e4598a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ public void testProd() {
if(!(cmb instanceof CompressedMatrixBlock))
return;
double ret1 = cmb.prod();
LOG.error(ret1);
LOG.error(cmb);
double ret2 = mb.prod();
boolean res;
if(_cs != null && (_cs.lossy || overlappingType == OverLapping.SQUASH))
Expand Down

0 comments on commit 8e4598a

Please sign in to comment.