Skip to content

Commit

Permalink
remove unnecessary assignment in hexapdf integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Feb 15, 2025
1 parent 163596b commit dbccd23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/modules/ROOT/examples/optimizer-hexapdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def initialize *_args

def optimize_file path
@optimize.execute path, path
@optimize.out_options[:compress_pages] = false
nil
rescue
# retry without page compression, which can sometimes fail
Expand Down

0 comments on commit dbccd23

Please sign in to comment.