Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 543b7a2

Browse files
committed
Remove debug statement
1 parent 650d003 commit 543b7a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/redirect_generator.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module RedirectGenerator
22
def generate_redirects(redirects)
3-
puts redirects
43
redirects.each do |pairs|
54
pairs.each_pair do |old_url, new_url|
65
@items << Nanoc::Item.new(

0 commit comments

Comments
 (0)