Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libterminfo Remove silly debug.



details:   https://anonhg.NetBSD.org/src/rev/5ad14c24a950
branches:  trunk
changeset: 752016:5ad14c24a950
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Feb 11 09:34:12 2010 +0000

description:
Remove silly debug.

diffstat:

 lib/libterminfo/curterm.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 35b8a70c76fb -r 5ad14c24a950 lib/libterminfo/curterm.c
--- a/lib/libterminfo/curterm.c Thu Feb 11 09:06:47 2010 +0000
+++ b/lib/libterminfo/curterm.c Thu Feb 11 09:34:12 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: curterm.c,v 1.2 2010/02/11 00:27:09 roy Exp $ */
+/* $NetBSD: curterm.c,v 1.3 2010/02/11 09:34:12 roy Exp $ */
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: curterm.c,v 1.2 2010/02/11 00:27:09 roy Exp $");
+__RCSID("$NetBSD: curterm.c,v 1.3 2010/02/11 09:34:12 roy Exp $");
 
 #include <assert.h>
 #include <stdlib.h>
@@ -71,7 +71,6 @@
        oterm = cur_term;
        cur_term = nterm;
 
-       printf ("%s\n", nterm->name);
        ospeed = 0;
        if (cur_term == NULL)
                PC = '\0';



Home | Main Index | Thread Index | Old Index