diff options
| author | Tyge Løvset <[email protected]> | 2020-10-22 09:37:31 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-10-22 09:37:31 +0200 |
| commit | c7d76e742e66895adf4384cdf48fde258eae171f (patch) | |
| tree | 60f7fa9b725974f17627585967dc86447e4a6996 | |
| parent | 08d66e92847793d17f476ae0f5a1c661cd97e62d (diff) | |
| download | STC-modified-c7d76e742e66895adf4384cdf48fde258eae171f.tar.gz STC-modified-c7d76e742e66895adf4384cdf48fde258eae171f.zip | |
Removed debug statement.
| -rw-r--r-- | stc/cfmt.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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;
}
|
