forked from github/pelican
Merge pull request #1415 from RR2DO2/patch-1
Debug print removal the print() was a leftover from caching development.
This commit is contained in:
commit
3b54f3e418
1 changed files with 0 additions and 1 deletions
|
|
@ -377,7 +377,6 @@ def main():
|
|||
if modified['settings']:
|
||||
pelican, settings = get_instance(args)
|
||||
original_load_cache = settings['LOAD_CONTENT_CACHE']
|
||||
print(pelican.settings['AUTORELOAD_IGNORE_CACHE'])
|
||||
_ignore_cache(pelican)
|
||||
|
||||
if any(modified.values()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue