Removing the puts from the samples

dev
Andy Meneely 2014-07-22 22:43:50 -04:00
parent b7e9e5459a
commit 37794bdb56
7 changed files with 1 additions and 16 deletions

View File

@ -18,5 +18,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do
save prefix: 'basic_', format: :png
end
puts "Done!"

View File

@ -17,5 +17,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do
save format: :png, prefix: 'sample_excel_'
end
puts "Done!"

View File

@ -12,5 +12,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 1) do
save prefix: 'load_images_', format: :png
end
puts "Done!"

View File

@ -45,4 +45,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do
save prefix: 'ranges_', format: :png
end
puts "Done!"

View File

@ -12,5 +12,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 16) do
#Note that our PNGs still are not trimmed even though the pdf ones are
save_png range: 1, prefix: "save_pdf_"
end
puts "Done!"

View File

@ -52,7 +52,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do
save prefix: 'text_', format: :png
end
puts "Done!"

View File

@ -10,5 +10,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do
save prefix: 'units_', format: :png
end
puts "Done!"