diff --git a/common/screenshotter.go b/common/screenshotter.go index db06b5dee..64200e227 100644 --- a/common/screenshotter.go +++ b/common/screenshotter.go @@ -216,7 +216,6 @@ func (s *screenshotter) screenshot( } // Save screenshot capture to file - // TODO: we should not write to disk here but put it on some queue for async disk writes if path != "" { if err := s.persister.Persist(s.ctx, path, bytes.NewBuffer(buf)); err != nil { return nil, fmt.Errorf("saving screenshot")