diff --git a/src/mod/say/mod_say_nl/mod_say_nl.c b/src/mod/say/mod_say_nl/mod_say_nl.c index 90b55bb38a..770e7cbf21 100644 --- a/src/mod/say/mod_say_nl/mod_say_nl.c +++ b/src/mod/say/mod_say_nl/mod_say_nl.c @@ -103,7 +103,6 @@ static switch_status_t play_group(switch_say_method_t method, int a, int b, int } if (c) { - say_file("digits/%d.wav", c); if (method == SSM_COUNTED) { say_file("digits/h-%d.wav", c); } else {