Skip to content

Commit 51f3e7f

Browse files
committedMay 1, 2018
Remove hint on plugin (for now).
1 parent 1e184d8 commit 51f3e7f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎nikola/post.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,9 @@ def __init__(
281281
LOGGER.warn('The post "{0}" uses the "mathjax" tag.'.format(self.source_path))
282282
show_warning = True
283283
if show_warning:
284-
LOGGER.warn('It is suggested that you convert special tags to metadata and set ' +
285-
'USE_TAG_METADATA to False. You can use the XXX command plugin for ' +
286-
'conversion. Change the WARN_ABOUT_TAG_METADATA configuration to ' +
287-
'disable this warning.')
284+
LOGGER.warn('It is suggested that you convert special tags to metadata and set '
285+
'USE_TAG_METADATA to False. Change the WARN_ABOUT_TAG_METADATA '
286+
'configuration to disable this warning.')
288287
if self.config['USE_TAG_METADATA']:
289288
if 'draft' in [_.lower() for _ in self._tags[lang]]:
290289
is_draft = True

0 commit comments

Comments
 (0)
Please sign in to comment.