From a891666da8f39edf7517ab651f8107cad74a3a00 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Wed, 27 Oct 2010 19:26:46 +0200 Subject: [PATCH] vty_cli: remove debugging Signed-off-by: Fabio M. Di Nitto --- vty_cli.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vty_cli.c b/vty_cli.c index 414d6bc..270b788 100644 --- a/vty_cli.c +++ b/vty_cli.c @@ -9,7 +9,7 @@ #include "vty_cli.h" #include "vty_utils.h" -/* if this code looks like quagga lib/vty.c it is because we stole it in part */ +/* if this code looks like quagga lib/vty.c it is because we stole it in good part */ #define CONTROL(X) ((X) - '@') #define VTY_NORMAL 0 @@ -37,7 +37,6 @@ static void knet_vty_add_to_buf(struct knet_vty *vty, unsigned char *buf, int po static void knet_vty_rewrite_line(struct knet_vty *vty) { int i; - log_info("this is rewrite"); for (i = 0; i <= vty->cursor_pos; i++) knet_vty_write(vty, "%s", telnet_backward_char); -- 2.39.5