mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove logger infos
This commit is contained in:
parent
4909877fc0
commit
1171d24f3f
1 changed files with 0 additions and 2 deletions
|
|
@ -197,12 +197,10 @@ class Writer(object):
|
|||
|
||||
# if it is a content, patch it
|
||||
elif hasattr(item, '_content'):
|
||||
info("content detected %s" % item)
|
||||
relative_path = get_relative_path(name)
|
||||
|
||||
paths = self.reminder.setdefault(item, [])
|
||||
if relative_path not in paths:
|
||||
paths.append(relative_path)
|
||||
info("patch _get_content method for %s" % item.title)
|
||||
setattr(item, "_get_content",
|
||||
partial(_update_content, name, item))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue