diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ed.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/ed.c b/editors/ed.c index fed10c4..dfe0f1a 100644 --- a/editors/ed.c +++ b/editors/ed.c @@ -402,9 +402,6 @@ static int readLines(const char *file, int num) charCount = 0; cc = 0; - printf("\"%s\", ", file); - fflush_all(); - do { cp = memchr(bufPtr, '\n', bufUsed); |