remoed ipdb referenc

This commit is contained in:
Joey Curtin 2013-03-28 13:59:22 -04:00
commit 118656ea9b

View file

@ -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),