summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-10-22 09:37:31 +0200
committerTyge Løvset <[email protected]>2020-10-22 09:37:31 +0200
commitc7d76e742e66895adf4384cdf48fde258eae171f (patch)
tree60f7fa9b725974f17627585967dc86447e4a6996
parent08d66e92847793d17f476ae0f5a1c661cd97e62d (diff)
downloadSTC-modified-c7d76e742e66895adf4384cdf48fde258eae171f.tar.gz
STC-modified-c7d76e742e66895adf4384cdf48fde258eae171f.zip
Removed debug statement.
-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;
}