From: Antony Dovgal Date: Thu, 25 May 2006 11:46:38 +0000 (+0000) Subject: MFH: remove debug output and fix bug #37589 X-Git-Tag: php-5.2.0RC1~460 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99e13c50f919acd5a8ada648a11c3f6b32306101;p=php MFH: remove debug output and fix bug #37589 --- 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;