1
0
Fork 0
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:
RR2DO2 2014-07-25 19:24:40 +01:00
commit df0731f2e8

View file

@ -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()):