diff options
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-x | tools/voice.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl index 805fe718f8..8b5b27b82c 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -94,7 +94,6 @@ sub init_tts { print(CMD_IN "QUERY\tVENDOR\r\n"); my $vendor = readline(CMD_OUT); $vendor =~ s/\r\n//; - print("$vendor\n"); %ret = (%ret, "stdin" => *CMD_IN, "stdout" => *CMD_OUT, |