From a1cb265e4a7d2cc25b283715a0354487da8793c5 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 25 May 2006 11:46:12 +0000 Subject: [PATCH] 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.50.1