Skip to content

Commit

Permalink
Remove extraneous fprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 1, 2013
1 parent 49e865d commit 34f987b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/dict.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 34f987b

Please sign in to comment.