Mercurial > piecrust2
changeset 88:a643b14a59a3
Remove unneeded trace.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 04 Sep 2014 08:11:28 -0700 |
parents | 2fb6501ed668 |
children | e771c202583a |
files | piecrust/data/builder.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/data/builder.py Wed Sep 03 18:49:10 2014 -0700 +++ b/piecrust/data/builder.py Thu Sep 04 08:11:28 2014 -0700 @@ -128,7 +128,6 @@ def get_default_pagination_source(page): app = page.app source_name = page.config.get('source') or page.config.get('blog') - logger.debug("Got source name %s for page %s" % (source_name, page.path)) if source_name is None: blog_names = app.config.get('site/blogs') if blog_names is not None: