From: Alan T. DeKok Date: Fri, 1 Mar 2013 16:02:12 +0000 (-0500) Subject: Remove extraneous fprintf X-Git-Tag: release_3_0_0_beta1~890 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f987bef27ad09f2c7493cdc039521d5f79ce9b;p=thirdparty%2Ffreeradius-server.git Remove extraneous fprintf --- diff --git a/src/lib/dict.c b/src/lib/dict.c index 5a021ec3b61..869d385f009 100644 --- a/src/lib/dict.c +++ b/src/lib/dict.c @@ -1932,10 +1932,6 @@ static int my_dict_init(const char *parent, const char *filename, } - fprintf(stderr, "PARENT %s %s FINAL %s %s\n", - parent, filename, dir, fn); - - if ((fp = fopen(fn, "r")) == NULL) { if (!src_file) { fr_strerror_printf("dict_init: Couldn't open dictionary \"%s\": %s",