aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd')
-rw-r--r--sys/cmd/term/term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cmd/term/term.c b/sys/cmd/term/term.c
index b08915e..f92db28 100644
--- a/sys/cmd/term/term.c
+++ b/sys/cmd/term/term.c
@@ -2104,8 +2104,6 @@ tputc(rune u)
else
return;
- printf("%d + %d\n", gp->u, u);
-
if(!hb_unicode_compose(hb_unicode_funcs_get_default(),gp->u, u, &nu)) {
return;
}