From a0a351aa7a0529c36b095f1a0bd0e4cfce9c5918 Mon Sep 17 00:00:00 2001 From: "Mark H. Wilkinson" Date: Mon, 3 Oct 2016 22:21:35 +0100 Subject: [PATCH] Remove autoload of Draft which no longer exists. --- lib/jekyll.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 3c4def1a..aebf4709 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -41,7 +41,6 @@ module Jekyll autoload :Convertible, "jekyll/convertible" autoload :Deprecator, "jekyll/deprecator" autoload :Document, "jekyll/document" - autoload :Draft, "jekyll/draft" autoload :EntryFilter, "jekyll/entry_filter" autoload :Errors, "jekyll/errors" autoload :Excerpt, "jekyll/excerpt"