From bda7343b02e4f69a25f0e8d9eb5d10e4e3cdf66f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 30 Dec 2020 11:49:06 -0300 Subject: linter.rb: Remove leftover print --- _plugins/linter.rb | 2 -- 1 file changed, 2 deletions(-) (limited to '_plugins/linter.rb') 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 -- cgit v1.2.3