Remove unused code
This commit is contained in:
parent
0520ecb3c4
commit
fa39a97bc6
|
@ -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