; Make emacsclient.c more quiet again
* lib-src/emacsclient.c (main): Remove status message after getting a response from the server. (Bug#57650)
This commit is contained in:
parent
7db52f611c
commit
901d3a2b5d
1 changed files with 0 additions and 2 deletions
|
@ -2170,8 +2170,6 @@ main (int argc, char **argv)
|
|||
if (rl <= 0)
|
||||
break;
|
||||
|
||||
if (msg_showed)
|
||||
fprintf (stderr, "\nGot response from server");
|
||||
saw_response = true;
|
||||
string[rl] = '\0';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue