]> git.proxmox.com Git - mirror_kronosnet.git/commitdiff
vty_cli: remove debugging
authorFabio M. Di Nitto <fdinitto@redhat.com>
Wed, 27 Oct 2010 17:26:46 +0000 (19:26 +0200)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Wed, 27 Oct 2010 17:26:46 +0000 (19:26 +0200)
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
vty_cli.c

index 414d6bc0fd0fcf14a47a368a614a95a54dbb65b1..270b788068583af98a0531dc505d9dcac264b38c 100644 (file)
--- 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);