Index: main/say.c =================================================================== --- main/say.c (revision 103662) +++ main/say.c (working copy) @@ -1222,10 +1222,6 @@ int state = 0; /* no need to save anything */ int mf = 1; /* +1 = Masculin; -1 = Feminin */ char fn[SAY_NUM_BUF_SIZE] = ""; - ast_verbose(VERBOSE_PREFIX_3 "ast_say_digits_full: started. " - "num: %d, options=\"%s\"\n", - num, options - ); if (!num) return ast_say_digits_full(chan, 0,ints, language, audiofd, ctrlfd); @@ -1241,10 +1237,6 @@ * state==0 is the normal mode and it means that we continue * to check if the number num has yet anything left. */ - ast_verbose(VERBOSE_PREFIX_3 "ast_say_digits_full: num: %d, " - "state=%d, options=\"%s\", mf=%d\n", - num, state, options, mf - ); if (state==1) { snprintf(fn, sizeof(fn), "digits/hundred"); state = 0;