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