From 99e13c50f919acd5a8ada648a11c3f6b32306101 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 25 May 2006 11:46:38 +0000 Subject: [PATCH] MFH: remove debug output and fix bug #37589 --- ext/dbase/dbf_head.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/dbase/dbf_head.c b/ext/dbase/dbf_head.c index f45a99cfdd..be3fe5cd98 100644 --- a/ext/dbase/dbf_head.c +++ b/ext/dbase/dbf_head.c @@ -260,7 +260,6 @@ dbhead_t *dbf_open(char *dp, int o_flags TSRMLS_DC) } if ((dbh = get_dbf_head(fd)) == NULL) { - fprintf(stderr, "Unable to get header\n"); return NULL; } dbh->db_name = cp; -- 2.40.0