changeset 541:a5fb0d95a51f

Remove useless debug print.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Dec 2019 16:00:32 +0200
parents a3e3b26accd5
children bd532780ede8
files th_printf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_printf.c	Mon Dec 30 15:18:55 2019 +0200
+++ b/th_printf.c	Mon Dec 30 16:00:32 2019 +0200
@@ -118,7 +118,7 @@
 {
     (void) vret;
     (void) flags;
-    PP_LINE("BUF='%s', '%c'\n", buf, buf[len - 1]);
+
     return (buf[len - 1] != '0') ? "0" : "";
 }