diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-07 22:04:36 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-07 22:04:36 +0100 |
commit | 3eb0b586ca93b1d0d34f935cac8524e02f708126 (patch) | |
tree | 4a67d9843b0378ed86a10f70a1dabb3fdb4f0cdd /client | |
parent | 3cbfcafecdf4f3dd1b201e0adf849f9959284c87 (diff) | |
download | bird-3eb0b586ca93b1d0d34f935cac8524e02f708126.tar bird-3eb0b586ca93b1d0d34f935cac8524e02f708126.zip |
No longer echoes commands before sending them.
Diffstat (limited to 'client')
-rw-r--r-- | client/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/client.c b/client/client.c index 6b350f5..78a7415 100644 --- a/client/client.c +++ b/client/client.c @@ -92,7 +92,6 @@ got_line(char *cmd_buffer) if (cmd) { add_history(cmd); - puts(cmd); if (!strcmp(cmd, "exit") || !strcmp(cmd, "quit")) { cleanup(); |