mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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']:
|
if modified['settings']:
|
||||||
pelican, settings = get_instance(args)
|
pelican, settings = get_instance(args)
|
||||||
original_load_cache = settings['LOAD_CONTENT_CACHE']
|
original_load_cache = settings['LOAD_CONTENT_CACHE']
|
||||||
print(pelican.settings['AUTORELOAD_IGNORE_CACHE'])
|
|
||||||
_ignore_cache(pelican)
|
_ignore_cache(pelican)
|
||||||
|
|
||||||
if any(modified.values()):
|
if any(modified.values()):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue