diff --git a/pelican/rstdirectives.py b/pelican/rstdirectives.py index 163978ae..98a610b5 100644 --- a/pelican/rstdirectives.py +++ b/pelican/rstdirectives.py @@ -9,7 +9,6 @@ from pygments.lexers import get_lexer_by_name, TextLexer import re INLINESTYLES = False -# import ipdb;ipdb.set_trace() DEFAULT = HtmlFormatter(noclasses=INLINESTYLES, linenos=True) VARIANTS = { 'linenos': HtmlFormatter(noclasses=INLINESTYLES, linenos=True),