Skip to content

Commit

Permalink
Remove unnecessary normalizer for output (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach authored and norkunas committed Oct 12, 2017
1 parent 1cba62a commit 971dc4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/YoutubeDl.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,6 @@ protected function configureOptions(OptionsResolver $resolver)

return $value;
});

$resolver->setNormalizer('output', function (Options $options, $value) {
return sprintf('%s', $value);
});
}

/**
Expand Down

0 comments on commit 971dc4d

Please sign in to comment.