Skip to content

Commit

Permalink
take the debug out :/
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Feb 27, 2024
1 parent dec7006 commit 72ffdac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/iiif_print/image_tool_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ module IiifPrint
module ImageToolDecorator
# Add -ping option for efficiency
def im_identify
STDERR.puts "######################################################################"
STDERR.puts "#################### IN OVERRID IM_IDENTIFY ##########################"
STDERR.puts "######################################################################"
cmd = "identify -ping -format 'Geometry: %G\nDepth: %[bit-depth]\nColorspace: %[colorspace]\nAlpha: %A\nMIME type: %m\n' #{path}"
`#{cmd}`.lines
end
Expand Down

0 comments on commit 72ffdac

Please sign in to comment.