lib/papermill/papermill_paperclip_processor.rb in papermill-1.1.1 vs lib/papermill/papermill_paperclip_processor.rb in papermill-1.1.2
- old
+ new
@@ -40,10 +40,10 @@
end
super
end
def transformation_command
- puts "crop_command= #{crop_command ? super.sub(/ -crop \S+/, crop_command) : super}"
+ #puts "crop_command= #{crop_command ? super.sub(/ -crop \S+/, crop_command) : super}"
crop_command ? super.sub(/ -crop \S+/, crop_command) : super
end
def crop_command