diff options
-rw-r--r-- | _plugins/linter.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_plugins/linter.rb b/_plugins/linter.rb index dd51e3b..50be99f 100644 --- a/_plugins/linter.rb +++ b/_plugins/linter.rb @@ -80,7 +80,6 @@ module Jekyll unless ['index', 'root', 'tils'].include? ref if slugify(title) != ref then raise "#{ref} isn't a slug of the title.\nref: '#{ref}'\ntitle slug: '#{slugify(title)}'" - p slugify(title) end end end @@ -103,7 +102,6 @@ module Jekyll unless File.exist? flac then raise "Missing FLAC file '#{flac}'" end - end if name == 'screencasts' then |