commit 50fc055b2b4e505d6f65ea9b4c220a4bad66585b parent 9bc2babf44d5ec02260c65fe4df4e60995dfc203 Author: Pavel Renev <an2qzavok@gmail.com> Date: Sat, 16 Oct 2021 10:30:17 +0000 richterm: remove debug print Diffstat:
M | richterm.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/richterm.c b/richterm.c @@ -872,7 +872,6 @@ ruseract(int f) char *s; s = rusergen(f); if (s == nil) { - print("ruseract: nil string\n"); return; } a = arraycreate(sizeof(char), 2048, nil);