Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jan 4, 2016
1 parent cdc92de commit 30e041b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nikola/nikola.py
Expand Up @@ -816,11 +816,9 @@ def __init__(self, **config):

# Set persistent state facility
self.state = Persistor(os.path.join('state_data.json'))
self.state.set('foobar', {1:3})

# Set cache facility
self.cache = Persistor(os.path.join(self.config['CACHE_FOLDER'], 'cache_data.json'))
self.cache.set('foobar', {1:3})

def init_plugins(self, commands_only=False):
"""Load plugins as needed."""
Expand Down

0 comments on commit 30e041b

Please sign in to comment.