summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--stc/cfmt.h1
1 files changed, 0 insertions, 1 deletions
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;
}