remove debug messages

This commit is contained in:
John Landers
2024-01-20 08:53:51 -06:00
parent a76c5722fc
commit 26be1a6da3

View File

@@ -2,7 +2,6 @@
#include "block.h"
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
@@ -472,7 +471,6 @@ int M_B_Get_Full_Rows(int **full_indices, int *length) {
}
}
}
printf("Full row count = %d\n", *length);
return *length;
}