From 26be1a6da3eaa977227104278224bc695026919e Mon Sep 17 00:00:00 2001 From: John Landers Date: Sat, 20 Jan 2024 08:53:51 -0600 Subject: [PATCH] remove debug messages --- src/m_block.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/m_block.c b/src/m_block.c index 048c8b4..2bc26a3 100644 --- a/src/m_block.c +++ b/src/m_block.c @@ -2,7 +2,6 @@ #include "block.h" #include -#include #include #include @@ -472,7 +471,6 @@ int M_B_Get_Full_Rows(int **full_indices, int *length) { } } } - printf("Full row count = %d\n", *length); return *length; }