mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-20 14:54:17 +02:00
removed a debug print call
This commit is contained in:
parent
0bf2cae5a6
commit
1091182f88
1 changed files with 0 additions and 1 deletions
|
|
@ -234,7 +234,6 @@ void *softsynth_thread(void *arg)
|
|||
cp = strrchr(buf, synthFlushChar);
|
||||
if (cp) {
|
||||
request_espeak_stop();
|
||||
printf("Returned from stop_runner\n");
|
||||
memmove(buf, cp + 1, strlen(cp + 1) + 1);
|
||||
length = strlen(buf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue