Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Erkelens committed Jun 8, 2018
1 parent dc2e386 commit 002cf17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jobs/PartialSubmissionJob.php
Expand Up @@ -180,7 +180,6 @@ protected function processSubmissions($form, $submissions, $resource)
->exclude(['Name:PartialMatch' => 'EditableFormStep'])
->map('Name', 'Title')
->toArray();
$submitted = [];
foreach ($submissions as $submission) {
$submitted = [];
$values = $submission->PartialFields()->map('Name', 'Value')->toArray();
Expand Down

0 comments on commit 002cf17

Please sign in to comment.