Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 12, 2023
1 parent f0b3b42 commit f84163d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.rb
Expand Up @@ -12,7 +12,6 @@
s = name.split(' - ').map(&:strip)
# Skip over links that we don't know how to handle
if s.count != 4
p s
puts "Unexpected form of PDF name. So, skipping: #{name}"
next
end
Expand Down

0 comments on commit f84163d

Please sign in to comment.