summaryrefslogtreecommitdiff
path: root/internal/io
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-10-27 10:07:29 +0300
committerPaul Buetow <pbuetow@mimecast.com>2021-10-27 10:07:29 +0300
commitf6bcd5be51a427747be8058d7a7b9887bc2670ca (patch)
tree4eb77f9de07e4fa193e35c8105b0d1669924a347 /internal/io
parentd0492e3f63f86ce053f59362a55d23cf6397d526 (diff)
Fix --shutdownAfter client switch
Diffstat (limited to 'internal/io')
-rw-r--r--internal/io/fs/readfile.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/io/fs/readfile.go b/internal/io/fs/readfile.go
index 5815aa3..a42fc53 100644
--- a/internal/io/fs/readfile.go
+++ b/internal/io/fs/readfile.go
@@ -233,7 +233,6 @@ func (f readFile) filterWithoutLContext(ctx context.Context, rawLines <-chan *by
return
}
if filteredLine, ok := f.transmittable(line, len(lines), cap(lines), re); ok {
- //dlog.Common.Trace("TODO", "lines", lines, len(lines), cap(lines))
select {
case lines <- filteredLine:
case <-ctx.Done():