From c7d76e742e66895adf4384cdf48fde258eae171f Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 22 Oct 2020 09:37:31 +0200 Subject: Removed debug statement. --- stc/cfmt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stc/cfmt.h b/stc/cfmt.h index a36e9417..06b12003 100644 --- a/stc/cfmt.h +++ b/stc/cfmt.h @@ -201,7 +201,6 @@ _cfmt_conv(int nargs, const char *fmt, ...) { va_end(args); if (n < nargs) fprintf(stderr, "warning: c_printf(): superfluous argument(s)\n"); - printf("fmt(%d, %d): %s", n, nargs, fmt2); return fmt2; } -- cgit v1.2.3