mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove spurious warnings when *_SAVE_AS = False
This commit is contained in:
parent
011cd50e2e
commit
e171a16ef4
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ class URLWrapper(object):
|
|||
setting = "%s_%s" % (self.__class__.__name__.upper(), key)
|
||||
value = self.settings[setting]
|
||||
if not isinstance(value, six.string_types):
|
||||
logger.warning('%s is set to %s' % (setting, value))
|
||||
return value
|
||||
else:
|
||||
if get_page_name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue