Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelfull committed Nov 27, 2018
1 parent 1fe7fa9 commit 6f3dc9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/BeamService.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ public function csv(BeamModel $model)

// Insert all the rows
$csv->insertAll($content);
//$csv->output($model->getFilename('csv'));

$this->writeAndRedirect($csv->getContent(), $model->getFilename('csv'), $mimeType);
}

Expand Down

0 comments on commit 6f3dc9e

Please sign in to comment.