No longer echoes commands before sending them.
This commit is contained in:
parent
3cbfcafecd
commit
3eb0b586ca
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ got_line(char *cmd_buffer)
|
||||||
if (cmd)
|
if (cmd)
|
||||||
{
|
{
|
||||||
add_history(cmd);
|
add_history(cmd);
|
||||||
puts(cmd);
|
|
||||||
if (!strcmp(cmd, "exit") || !strcmp(cmd, "quit"))
|
if (!strcmp(cmd, "exit") || !strcmp(cmd, "quit"))
|
||||||
{
|
{
|
||||||
cleanup();
|
cleanup();
|
||||||
|
|
Loading…
Reference in a new issue