Remove obvious comment and extra line

This commit is contained in:
Alfredo Sumaran 2016-06-08 12:14:56 -05:00
parent 7be19db42f
commit 064cff13fd
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ module Banzai
next if link.start_with?(internal_url)
node.set_attribute('rel', 'nofollow noreferrer')
# Open external links on a new tab
node.set_attribute('target', '_blank')
end