forked from github/pelican
Debug print removal
The print either is a debug print that needs removing, or needs an additional description. The first is more likely.
This commit is contained in:
parent
f1a9d50a06
commit
df0731f2e8
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