From df0731f2e8640cc6db06b02a31ee30f1ecc86ff8 Mon Sep 17 00:00:00 2001 From: RR2DO2 Date: Fri, 25 Jul 2014 19:24:40 +0100 Subject: [PATCH] Debug print removal The print either is a debug print that needs removing, or needs an additional description. The first is more likely. --- pelican/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pelican/__init__.py b/pelican/__init__.py index 43521ff1..d1f4a072 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -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()):