summaryrefslogtreecommitdiffstats
path: root/runtime/user/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/user/print.c')
-rw-r--r--runtime/user/print.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/user/print.c b/runtime/user/print.c
index dddb3d7e..261e191d 100644
--- a/runtime/user/print.c
+++ b/runtime/user/print.c
@@ -60,8 +60,7 @@ static char *next_fmt(char *fmt, int *num)
{
char *f = fmt;
int in_fmt = 0;
- dbug ("next_fmt %s\n", fmt);
- *num = 0;
+ *num = 0;
while (*f) {
if (in_fmt) {
if (*f == '%') {