Remove debug line

dev
Andy Meneely 2015-07-26 21:50:54 -04:00
parent 54185fe9eb
commit d899795f2b
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ end
# Stitch together a deck of all the above examples # Stitch together a deck of all the above examples
Squib::Deck.new(cards: 2) do Squib::Deck.new(cards: 2) do
puts Dir.glob('_output/layouts_builtin_*.png')
Dir.glob('_output/layouts_builtin_*.png').each.with_index do |file, i| Dir.glob('_output/layouts_builtin_*.png').each.with_index do |file, i|
png file: file, range: i png file: file, range: i
end end