Merge pull request #885 from mattr-/remove-unused-code
Remove unused code
This commit is contained in:
commit
58f64e8269
|
@ -4,9 +4,6 @@ module Jekyll
|
||||||
def self.process(options)
|
def self.process(options)
|
||||||
site = Jekyll::Site.new(options)
|
site = Jekyll::Site.new(options)
|
||||||
|
|
||||||
source = options['source']
|
|
||||||
destination = options['destination']
|
|
||||||
|
|
||||||
if options['watch']
|
if options['watch']
|
||||||
self.watch(site, options)
|
self.watch(site, options)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue