diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-09-04 22:10:09 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-09-04 22:10:09 +0000 |
| commit | fcf1f98518380ea0d18ce864ceb233a84b6d4a02 (patch) | |
| tree | e1df433eb1a06ce4195bd5a0f4c9362e7260b6b6 | |
| parent | df9a166392f80dd15e8afc535323a29bfd53f52d (diff) | |
| download | rockbox-fcf1f98518380ea0d18ce864ceb233a84b6d4a02.zip rockbox-fcf1f98518380ea0d18ce864ceb233a84b6d4a02.tar.gz rockbox-fcf1f98518380ea0d18ce864ceb233a84b6d4a02.tar.bz2 rockbox-fcf1f98518380ea0d18ce864ceb233a84b6d4a02.tar.xz | |
Remove debug line.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14609 a1c6a512-1295-4272-9138-f99709370657
| -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 805fe71..8b5b27b 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, |