Skip to content

Commit

Permalink
Remove useless comment [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 7, 2017
1 parent 932ffec commit 2e05f03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/nikola.py
Expand Up @@ -732,7 +732,6 @@ def __init__(self, **config):
if self.config['PRESERVE_EXIF_DATA'] and not self.config['EXIF_WHITELIST']:
utils.LOGGER.warn('You are setting PRESERVE_EXIF_DATA and not EXIF_WHITELIST so EXIF data is not really kept.')

# TODO: should we keep backwards compat here?
if 'UNSLUGIFY_TITLES' in self.config:
utils.LOGGER.warn('The UNSLUGIFY_TITLES setting was renamed to FILE_METADATA_UNSLUGIFY_TITLES.')
self.config['FILE_METADATA_UNSLUGIFY_TITLES'] = self.config['UNSLUGIFY_TITLES']
Expand Down

0 comments on commit 2e05f03

Please sign in to comment.