Skip to content

Commit 30e041b

Browse files
committedJan 4, 2016
remove test code
1 parent cdc92de commit 30e041b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎nikola/nikola.py

-2
Original file line numberDiff line numberDiff line change
@@ -816,11 +816,9 @@ def __init__(self, **config):
816816

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

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

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

0 commit comments

Comments
 (0)
Failed to load comments.