Module Name:    src
Committed By:   roy
Date:           Thu Feb 11 09:34:12 UTC 2010

Modified Files:
        src/lib/libterminfo: curterm.c

Log Message:
Remove silly debug.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libterminfo/curterm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libterminfo/curterm.c
diff -u src/lib/libterminfo/curterm.c:1.2 src/lib/libterminfo/curterm.c:1.3
--- src/lib/libterminfo/curterm.c:1.2	Thu Feb 11 00:27:09 2010
+++ src/lib/libterminfo/curterm.c	Thu Feb 11 09:34:12 2010
@@ -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';

Reply via email to