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)
|
||||
site = Jekyll::Site.new(options)
|
||||
|
||||
source = options['source']
|
||||
destination = options['destination']
|
||||
|
||||
if options['watch']
|
||||
self.watch(site, options)
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue